Home
last modified time | relevance | path

Searched defs:rightIcon (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java574 void onSwipingStarted(boolean rightIcon); in onSwipingStarted()
578 void onIconClicked(boolean rightIcon); in onIconClicked()
DNotificationPanelView.java1944 public void onSwipingStarted(boolean rightIcon) { in onSwipingStarted()
1963 public void onIconClicked(boolean rightIcon) { in onIconClicked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java299 ImageView rightIcon = (ImageView) child.findViewById( in setIconAnimationRunningForChild() local