Searched defs:performDismiss (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java1002 public void performDismiss() { method in class:ExpandableNotificationRow
2126 NotificationStackScrollLayout.performDismiss(this, mGroupManager,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java914 performDismiss(v, mGroupManager, false /* fromAccessibility */);
923 public static void performDismiss(View v, NotificationGroupManager groupManager, method in class:NotificationStackScrollLayout
933 performDismiss(groupSummary, groupManager, fromAccessibility);
938 row.performDismiss();

Completed in 17 milliseconds