Home
last modified time | relevance | path

Searched refs:getLeftIcon (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAffordanceHolderLayout.java98 public SwipeButtonView getLeftIcon() { in AffordanceHolderLayout()
100 return affordanceCallback.getLeftIcon(); in AffordanceHolderLayout()
H A DAnswerFragment.java328 public SwipeButtonView getLeftIcon() {
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DParameterActionAndInt.java24 public int getLeftIcon(); in getLeftIcon() method
H A DActionSlider.java63 int iconId = ((ParameterActionAndInt) mParameter).getLeftIcon(); in updateUI()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
H A DSwipeButtonHelper.java130 leftIcon = callback.getLeftIcon(); in initIcons()
634 SwipeButtonView getLeftIcon(); in getLeftIcon() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java110 mLeftIcon = mCallback.getLeftIcon(); in initIcons()
572 KeyguardAffordanceView getLeftIcon(); in getLeftIcon() method
H A DNotificationPanelViewController.java3429 mKeyguardAffordanceHelperCallback.getLeftIcon().setLaunchingAffordance(launchingAffordance);
4261 public KeyguardAffordanceView getLeftIcon() { in getLeftIcon() method in NotificationPanelViewController.KeyguardAffordanceHelperCallback