Searched refs:leftIcon (Results 1 – 3 of 3) sorted by relevance
435 ImageView leftIcon = child.findViewById(com.android.internal.R.id.left_icon); in apply() local436 if (leftIcon == null) { in apply()443 leftIcon.getTag(R.id.tag_uses_right_icon_drawable)); in apply()447 leftIcon.setImageDrawable(showLeftIcon && !keepRightIcon ? rightDrawable : null); in apply()449 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()
5323 Icon leftIcon = p.mHideLeftIcon ? null : mN.mLargeIcon; in bindLargeIcon() local5328 if (leftIcon != rightIcon || leftIcon == null) { in bindLargeIcon()5331 contentView.setImageViewIcon(R.id.left_icon, leftIcon); in bindLargeIcon()