Searched refs:showIcon (Results 1 – 4 of 4) sorted by relevance
207 final boolean showIcon = mItemData.shouldShowIcon() || mForceShowIcon; in setIcon()208 if (!showIcon && !mPreserveIconSpacing) { in setIcon()221 mIconView.setImageDrawable(showIcon ? icon : null); in setIcon()
203 final boolean showIcon = mItemData.shouldShowIcon() || mForceShowIcon; in setIcon()204 if (!showIcon && !mPreserveIconSpacing) { in setIcon()217 mIconView.setImageDrawable(showIcon ? icon : null); in setIcon()
360 boolean showIcon = mManagedProfileFocused && !mKeyguardVisible; in updateManagedProfile()361 if (mManagedProfileIconVisible != showIcon) { in updateManagedProfile()362 mService.setIconVisibility(SLOT_MANAGED_PROFILE, showIcon); in updateManagedProfile()363 mManagedProfileIconVisible = showIcon; in updateManagedProfile()
1412 public void setShowIcon(boolean showIcon) { in setShowIcon() argument1413 mIconView.setVisibility(showIcon ? VISIBLE : GONE); in setShowIcon()