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

/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java53 private boolean mExpandedFormat; field in class:ActionMenuItemView
166 if (mExpandedFormat != expandedFormat) {
167 mExpandedFormat = expandedFormat;
177 (mItemData.showsTextAsAction() && (mAllowTextWithIcon || mExpandedFormat));
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuItemView.java60 private boolean mExpandedFormat; field in class:ActionMenuItemView
170 if (mExpandedFormat != expandedFormat) {
171 mExpandedFormat = expandedFormat;
181 (mItemData.showsTextAsAction() && (mAllowTextWithIcon || mExpandedFormat));

Completed in 85 milliseconds