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()
52 private boolean mForceShowIcon; field in MenuPopupHelper116 mForceShowIcon = forceShowIcon; in setForceShowIcon()250 popup.setForceShowIcon(mForceShowIcon); in createPopup()
69 private boolean mForceShowIcon; field in ListMenuItemView157 mPreserveIconSpacing = mForceShowIcon = forceShow; in setForceShowIcon()254 final boolean showIcon = mItemData.shouldShowIcon() || mForceShowIcon; in setIcon()322 return mForceShowIcon; in showsIcon()
188 private boolean mForceShowIcon; field in CascadingMenuPopup211 mForceShowIcon = false; in CascadingMenuPopup()229 mForceShowIcon = forceShow; in setForceShowIcon()364 if (!isShowing() && mForceShowIcon) { in showMenu()
85361 Lcom/android/internal/view/menu/MenuAdapter;->mForceShowIcon:Z