Searched refs:animateClose (Results 1 – 7 of 7) sorted by relevance
483 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() method813 animateClose(mVertical ? mHandle.getTop() : mHandle.getLeft(), false); in animateClose()
257 animateClose(x, y, !wasBlockingHelperDismissed /* shouldDoCircularReveal */); in closeControls()300 void animateClose(int x, int y, boolean shouldDoCircularReveal) { in animateClose() method in NotificationGuts
893 doNothing().when(guts).animateClose(anyInt(), anyInt(), anyBoolean()); in testCloseControls_nonNullCheckSaveListenerDoesntDelayKeepShowing_BlockingHelper()
38504 method public void animateClose();
58186 method @Deprecated public void animateClose();
58330 method @Deprecated public void animateClose();
84180 Landroid/widget/SlidingDrawer;->animateClose(IZ)V