Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/menu/
DMenuItemImpl.java85 private boolean mIsActionViewExpanded = false; field in MenuItemImpl
666 mIsActionViewExpanded = isExpanded; in setActionViewExpanded()
671 return mIsActionViewExpanded; in isActionViewExpanded()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
DMenuItemImpl.java90 private boolean mIsActionViewExpanded = false; field in MenuItemImpl
729 mIsActionViewExpanded = isExpanded; in setActionViewExpanded()
735 return mIsActionViewExpanded; in isActionViewExpanded()