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.java571 void onSwipingStarted(boolean rightIcon); in onSwipingStarted()
575 void onIconClicked(boolean rightIcon); in onIconClicked()
DNotificationPanelView.java2081 public void onSwipingStarted(boolean rightIcon) { in onSwipingStarted()
2100 public void onIconClicked(boolean rightIcon) { in onIconClicked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java386 ImageView rightIcon = (ImageView) child.findViewById( in setIconAnimationRunningForChild() local