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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNotificationRowLayout.java203 public void dismissRowAnimated(View child) { method in class:NotificationRowLayout
204 dismissRowAnimated(child, 0);
207 public void dismissRowAnimated(View child, int vel) { method in class:NotificationRowLayout

Completed in 125 milliseconds