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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java1063 public void performDismiss() { method in class:ExpandableNotificationRow
2240 NotificationStackScrollLayout.performDismiss(this, mGroupManager,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java927 performDismiss(v, mGroupManager, false /* fromAccessibility */);
936 public static void performDismiss(View v, NotificationGroupManager groupManager, method in class:NotificationStackScrollLayout
946 performDismiss(groupSummary, groupManager, fromAccessibility);
951 row.performDismiss();

Completed in 446 milliseconds