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

/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/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.java349 private int mExpandedIndex = -1; field in class:MenuPopupHelper.MenuAdapter
359 if (mExpandedIndex < 0) {
368 if (mExpandedIndex >= 0 && position >= mExpandedIndex) {
401 mExpandedIndex = i;
406 mExpandedIndex = -1;
/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.java337 private int mExpandedIndex = -1; field in class:MenuPopupHelper.MenuAdapter
347 if (mExpandedIndex < 0) {
356 if (mExpandedIndex >= 0 && position >= mExpandedIndex) {
389 mExpandedIndex = i;
394 mExpandedIndex = -1;

Completed in 219 milliseconds