Searched refs:shouldShowIcon (Results 1 – 10 of 10) sorted by relevance
83 public void setShouldShowIcon(boolean shouldShowIcon) { in setShouldShowIcon() argument84 mShouldShowIcon = shouldShowIcon; in setShouldShowIcon()90 public boolean shouldShowIcon() { in shouldShowIcon() method in RemoteAction
98 action1.shouldShowIcon() == action2.shouldShowIcon() &&
1392 convertView, menuItem, mIconTextSpacing, shouldShowIcon(menuItem)); in getView()1402 mCalculator, menuItem, mIconTextSpacing, shouldShowIcon(menuItem)); in calculateWidth()1410 mContext, menuItem, mIconTextSpacing, shouldShowIcon(menuItem)); in createMenuButton()1415 private boolean shouldShowIcon(MenuItem menuItem) { in shouldShowIcon() method in LocalFloatingToolbarPopup.OverflowPanelViewHelper
253 final boolean showIcon = mItemData.shouldShowIcon() || mForceShowIcon; in setIcon()
662 public boolean shouldShowIcon() { in shouldShowIcon() method in MenuItemImpl
1341 newAction.setShouldShowIcon(action.shouldShowIcon()); in validAction()
4488 if (action.shouldShowIcon()) { in addAssistMenuItem()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7080 method public boolean shouldShowIcon();
86144 Lcom/android/internal/view/menu/MenuItemImpl;->shouldShowIcon()Z