Searched refs:mForceShowIcon (Results 1 – 5 of 5) sorted by relevance
30 private boolean mForceShowIcon; field in MenuAdapter45 return mForceShowIcon; in getForceShowIcon()49 mForceShowIcon = forceShow; in setForceShowIcon()94 if (mForceShowIcon) { in getView()
66 private boolean mForceShowIcon; field in ListMenuItemView150 mPreserveIconSpacing = mForceShowIcon = forceShow; in setForceShowIcon()247 final boolean showIcon = mItemData.shouldShowIcon() || mForceShowIcon; in setIcon()312 return mForceShowIcon; in showsIcon()
52 private boolean mForceShowIcon; field in MenuPopupHelper116 mForceShowIcon = forceShowIcon; in setForceShowIcon()250 popup.setForceShowIcon(mForceShowIcon); in createPopup()
189 private boolean mForceShowIcon; field in CascadingMenuPopup211 mForceShowIcon = false; in CascadingMenuPopup()223 mForceShowIcon = forceShow; in setForceShowIcon()358 if (!isShowing() && mForceShowIcon) { in showMenu()
89327 Lcom/android/internal/view/menu/MenuAdapter;->mForceShowIcon:Z