HomeSort by relevance Sort by last modified time
    Searched full:animateclose (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 481 animateClose(vertical ? top : left);
503 private void animateClose(int position) {
735 * @see #animateClose()
754 * @see #animateClose()
762 animateClose();
786 * @see #animateClose()
803 public void animateClose() {
809 animateClose(mVertical ? mHandle.getTop() : mHandle.getLeft());
821 * @see #animateClose()
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SlidingDrawerTest.java 141 drawer.animateClose();

Completed in 99 milliseconds