Searched defs:mExpandedIndex (Results 1 - 5 of 5) sorted by path

/frameworks/base/core/java/com/android/internal/view/menu/
H A DListMenuPresenter.java222 private int mExpandedIndex = -1; field in class:ListMenuPresenter.MenuAdapter
231 if (mExpandedIndex < 0) {
240 if (mExpandedIndex >= 0 && position >= mExpandedIndex) {
270 mExpandedIndex = i;
275 mExpandedIndex = -1;
H A DMenuPopupHelper.java342 private int mExpandedIndex = -1; field in class:MenuPopupHelper.MenuAdapter
352 if (mExpandedIndex < 0) {
361 if (mExpandedIndex >= 0 && position >= mExpandedIndex) {
394 mExpandedIndex = i;
399 mExpandedIndex = -1;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DOverflowMenuAdapter.java38 private int mExpandedIndex = -1; field in class:OverflowMenuAdapter
50 if (mExpandedIndex < 0) {
59 if (mExpandedIndex >= 0 && position >= mExpandedIndex) {
93 mExpandedIndex = i;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DListMenuPresenter.java226 private int mExpandedIndex = -1; field in class:ListMenuPresenter.MenuAdapter
235 if (mExpandedIndex < 0) {
244 if (mExpandedIndex >= 0 && position >= mExpandedIndex) {
274 mExpandedIndex = i;
279 mExpandedIndex = -1;
H A DMenuPopupHelper.java330 private int mExpandedIndex = -1; field in class:MenuPopupHelper.MenuAdapter
340 if (mExpandedIndex < 0) {
349 if (mExpandedIndex >= 0 && position >= mExpandedIndex) {
382 mExpandedIndex = i;
387 mExpandedIndex = -1;

Completed in 123 milliseconds