Searched refs:mExpandedFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java48 private boolean mExpandedFormat; field in class:ActionMenuItemView
136 if (mExpandedFormat != expandedFormat) {
137 mExpandedFormat = expandedFormat;
147 (mItemData.showsTextAsAction() && (mAllowTextWithIcon || mExpandedFormat));
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuItemView.java51 private boolean mExpandedFormat; field in class:ActionMenuItemView
126 if (mExpandedFormat != expandedFormat) {
127 mExpandedFormat = expandedFormat;
137 (mItemData.showsTextAsAction() && (mAllowTextWithIcon || mExpandedFormat));

Completed in 75 milliseconds