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

  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 460 animateClose(vertical ? top : left);
482 private void animateClose(int position) {
714 * @see #animateClose()
733 * @see #animateClose()
741 animateClose();
765 * @see #animateClose()
782 public void animateClose() {
788 animateClose(mVertical ? mHandle.getTop() : mHandle.getLeft());
800 * @see #animateClose()
    [all...]
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.h 49 void AnimateClose();
infobar_container_gtk.cc 42 infobar->AnimateClose();
infobar_gtk.cc 108 void InfoBar::AnimateClose() {
  /cts/tests/tests/widget/src/android/widget/cts/
SlidingDrawerTest.java 140 drawer.animateClose();

Completed in 898 milliseconds