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.java564 void onSwipingStarted(boolean rightIcon); in onSwipingStarted()
568 void onIconClicked(boolean rightIcon); in onIconClicked()
DNotificationPanelView.java1880 public void onSwipingStarted(boolean rightIcon) { in onSwipingStarted()
1899 public void onIconClicked(boolean rightIcon) { in onIconClicked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java248 ImageView rightIcon = (ImageView) child.findViewById( in setIconAnimationRunningForChild() local