Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java246 boolean shouldDoCircularReveal, in openControls() argument
251 animateOpen(shouldDoCircularReveal, x, y, onAnimationEnd); in openControls()
324 boolean shouldDoCircularReveal, int x, int y, @Nullable Runnable onAnimationEnd) { in animateOpen() argument
326 if (shouldDoCircularReveal) { in animateOpen()
356 void animateClose(int x, int y, boolean shouldDoCircularReveal) { in animateClose() argument
358 if (shouldDoCircularReveal) { in animateClose()