Home
last modified time | relevance | path

Searched refs:currGroupId (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
DMenuAdapter.java85 final int currGroupId = getItem(position).getGroupId(); in getView() local
87 position - 1 >= 0 ? getItem(position - 1).getGroupId() : currGroupId; in getView()
91 && (currGroupId != prevGroupId)); in getView()