Home
last modified time | relevance | path

Searched refs:leftIcon (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGroupingUtil.java435 ImageView leftIcon = child.findViewById(com.android.internal.R.id.left_icon); in apply() local
436 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()
/frameworks/base/core/java/android/app/
DFragmentBreadCrumbs.java351 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()
DNotification.java5323 Icon leftIcon = p.mHideLeftIcon ? null : mN.mLargeIcon; in bindLargeIcon() local
5328 if (leftIcon != rightIcon || leftIcon == null) { in bindLargeIcon()
5331 contentView.setImageViewIcon(R.id.left_icon, leftIcon); in bindLargeIcon()