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 52 private boolean mAllowTextWithIcon;
75 mAllowTextWithIcon = res.getBoolean(
96 mAllowTextWithIcon = getContext().getResources().getBoolean(
177 (mItemData.showsTextAsAction() && (mAllowTextWithIcon || mExpandedFormat));
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuItemView.java 59 private boolean mAllowTextWithIcon;
78 mAllowTextWithIcon = res.getBoolean(
102 mAllowTextWithIcon = getContext().getResources().getBoolean(
181 (mItemData.showsTextAsAction() && (mAllowTextWithIcon || mExpandedFormat));
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 99 milliseconds