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

  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 48 private boolean mAllowTextWithIcon;
71 mAllowTextWithIcon = shouldAllowTextWithIcon();
91 mAllowTextWithIcon = shouldAllowTextWithIcon();
183 (mItemData.showsTextAsAction() && (mAllowTextWithIcon || mExpandedFormat));
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ActionMenuItemView.java 54 private boolean mAllowTextWithIcon;
73 mAllowTextWithIcon = shouldAllowTextWithIcon();
93 mAllowTextWithIcon = shouldAllowTextWithIcon();
189 (mItemData.showsTextAsAction() && (mAllowTextWithIcon || mExpandedFormat));
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 146 milliseconds