Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
H A DSwipeButtonHelper.java54 @Nullable private SwipeButtonView leftIcon; field in SwipeButtonHelper
94 leftIcon, in init()
96 leftIcon != null ? leftIcon.getRestingAlpha() : 0, in init()
130 leftIcon = callback.getLeftIcon(); in initIcons()
136 if (leftIcon != null) { in updatePreviews()
137 leftIcon.setPreviewView(callback.getLeftPreview()); in updatePreviews()
219 if (leftSwipePossible() && isOnIcon(leftIcon, x, y)) { in getIconAtPosition()
220 return leftIcon; in getIconAtPosition()
256 return leftIcon != null && leftIcon.getVisibility() == View.VISIBLE; in leftSwipePossible()
499 updateIcon(leftIcon, 0f, 0f, true, false, false, false); in animateHideLeftRightIcon()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A 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()
/aosp12/frameworks/base/core/java/android/app/
H A 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()
H A DNotification.java5331 Icon leftIcon = p.mHideLeftIcon ? null : mN.mLargeIcon; in bindLargeIcon() local
5336 if (leftIcon != rightIcon || leftIcon == null) { in bindLargeIcon()
5339 contentView.setImageViewIcon(R.id.left_icon, leftIcon); in bindLargeIcon()
/aosp12/packages/services/Car/car-lib/api/released/
H A D1.txt91 field public static final java.lang.String KEY_LEFTICON = "android.car.app.menu.leftIcon";
H A D2.txt91 field public static final java.lang.String KEY_LEFTICON = "android.car.app.menu.leftIcon";