Searched refs:leftIcon (Results 1 – 3 of 3) sorted by relevance
455 ImageView leftIcon = child.findViewById(com.android.internal.R.id.left_icon); in apply() local456 if (leftIcon == null) { in apply()463 leftIcon.getTag(R.id.tag_uses_right_icon_drawable)); in apply()467 leftIcon.setImageDrawable(showLeftIcon && !keepRightIcon ? rightDrawable : null); in apply()469 leftIcon.setVisibility(showLeftIcon ? View.VISIBLE : View.GONE); in apply()
351 final View leftIcon = child.findViewById(com.android.internal.R.id.left_icon); in updateCrumbs()353 leftIcon.setVisibility(i > numViews - mMaxVisible && i != 0 ? View.VISIBLE in updateCrumbs()
5998 Icon leftIcon = p.mHideLeftIcon ? null : mN.mLargeIcon; in bindLargeIcon() local6003 if (leftIcon != rightIcon || leftIcon == null) { in bindLargeIcon()6006 contentView.setImageViewIcon(R.id.left_icon, leftIcon); in bindLargeIcon()