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()
53 private boolean mForceShowIcon; field in MenuPopupHelper117 mForceShowIcon = forceShowIcon; in setForceShowIcon()254 popup.setForceShowIcon(mForceShowIcon); in createPopup()
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()
189 private boolean mForceShowIcon; field in CascadingMenuPopup211 mForceShowIcon = false; in CascadingMenuPopup()223 mForceShowIcon = forceShow; in setForceShowIcon()358 if (!isShowing() && mForceShowIcon) { in showMenu()
107078 Lcom/android/internal/view/menu/MenuAdapter;->mForceShowIcon:Z