OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:animateclose
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/widget/
SlidingDrawer.java
454
animateClose
(vertical ? top : left);
476
private void
animateClose
(int position) {
708
* @see #
animateClose
()
727
* @see #
animateClose
()
735
animateClose
();
759
* @see #
animateClose
()
776
public void
animateClose
() {
782
animateClose
(mVertical ? mHandle.getTop() : mHandle.getLeft());
794
* @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
165
method = "
animateClose
",
206
drawer.
animateClose
();
Completed in 182 milliseconds