Home
last modified time | relevance | path

Searched refs:onGearTouched (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationSettingsIconRow.java39 public void onGearTouched(ExpandableNotificationRow row, int x, int y); in onGearTouched() method
292 mListener.onGearTouched(mParent, x, y);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java396 public void onGearTouched(ExpandableNotificationRow row, int x, int y) { in onGearTouched() method in NotificationStackScrollLayout