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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java234 animateClose(x, y);
242 private void animateClose(int x, int y) { method in class:NotificationGuts
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java476 animateClose(vertical ? top : left, true);
498 private void animateClose(int position, boolean notifyScrollListener) { method in class:SlidingDrawer
730 * @see #animateClose()
749 * @see #animateClose()
757 animateClose();
781 * @see #animateClose()
798 public void animateClose() { method in class:SlidingDrawer
804 animateClose(mVertical ? mHandle.getTop() : mHandle.getLeft(), false);
816 * @see #animateClose()

Completed in 45 milliseconds