HomeSort by relevance Sort by last modified time
    Searched defs:mExpandedFormat (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 53 private boolean mExpandedFormat;
166 if (mExpandedFormat != expandedFormat) {
167 mExpandedFormat = expandedFormat;
177 (mItemData.showsTextAsAction() && (mAllowTextWithIcon || mExpandedFormat));
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuItemView.java 60 private boolean mExpandedFormat;
170 if (mExpandedFormat != expandedFormat) {
171 mExpandedFormat = expandedFormat;
181 (mItemData.showsTextAsAction() && (mAllowTextWithIcon || mExpandedFormat));
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 3528 milliseconds