Searched refs:mExpandedFormat (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DActionMenuItemView.java55 private boolean mExpandedFormat; field in class:ActionMenuItemView
178 if (mExpandedFormat != expandedFormat) {
179 mExpandedFormat = expandedFormat;
189 (mItemData.showsTextAsAction() && (mAllowTextWithIcon || mExpandedFormat));
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java49 private boolean mExpandedFormat; field in class:ActionMenuItemView
172 if (mExpandedFormat != expandedFormat) {
173 mExpandedFormat = expandedFormat;
183 (mItemData.showsTextAsAction() && (mAllowTextWithIcon || mExpandedFormat));

Completed in 28 milliseconds