Home
last modified time | relevance | path

Searched refs:getRightIcon (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAffordanceHolderLayout.java107 public SwipeButtonView getRightIcon() { in AffordanceHolderLayout()
109 return affordanceCallback.getRightIcon(); in AffordanceHolderLayout()
H A DAnswerFragment.java333 public SwipeButtonView getRightIcon() {
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DParameterActionAndInt.java28 public int getRightIcon(); in getRightIcon() method
H A DActionSlider.java67 int iconId = ((ParameterActionAndInt) mParameter).getRightIcon(); in updateUI()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationTemplateViewWrapper.java153 mRightIcon.setTag(ImageTransformState.ICON_TAG, getRightIcon(sbn.getNotification())); in resolveTemplateViews()
187 protected final Icon getRightIcon(Notification n) { in getRightIcon() method in NotificationTemplateViewWrapper
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
H A DSwipeButtonHelper.java131 rightIcon = callback.getRightIcon(); in initIcons()
637 SwipeButtonView getRightIcon(); in getRightIcon() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java111 mRightIcon = mCallback.getRightIcon(); in initIcons()
574 KeyguardAffordanceView getRightIcon(); in getRightIcon() method
H A DNotificationPanelViewController.java3430 mKeyguardAffordanceHelperCallback.getRightIcon().setLaunchingAffordance(
4267 public KeyguardAffordanceView getRightIcon() { in getRightIcon() method in NotificationPanelViewController.KeyguardAffordanceHelperCallback