Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSlidingDrawer.java483 animateClose(vertical ? top : left, true); in onTouchEvent()
505 private void animateClose(int position, boolean notifyScrollListener) {
766 animateClose(); in animateToggle()
807 public void animateClose() { in animateClose() method
813 animateClose(mVertical ? mHandle.getTop() : mHandle.getLeft(), false); in animateClose()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java257 animateClose(x, y, !wasBlockingHelperDismissed /* shouldDoCircularReveal */); in closeControls()
300 void animateClose(int x, int y, boolean shouldDoCircularReveal) { in animateClose() method in NotificationGuts
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java893 doNothing().when(guts).animateClose(anyInt(), anyInt(), anyBoolean()); in testCloseControls_nonNullCheckSaveListenerDoesntDelayKeepShowing_BlockingHelper()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38504 method public void animateClose();
/frameworks/base/non-updatable-api/
Dcurrent.txt58186 method @Deprecated public void animateClose();
/frameworks/base/api/
Dcurrent.txt58330 method @Deprecated public void animateClose();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt84180 Landroid/widget/SlidingDrawer;->animateClose(IZ)V