OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOutAnimation
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
ViewAnimatorTest.java
410
method = "
getOutAnimation
",
416
assertNull(mViewAnimator.
getOutAnimation
());
419
assertSame(expected, mViewAnimator.
getOutAnimation
());
422
assertNull(mViewAnimator.
getOutAnimation
());
425
Animation animation = mViewAnimator.
getOutAnimation
();
/frameworks/base/core/java/android/widget/
ViewAnimator.java
132
* with the {@link #
getOutAnimation
() out animation} and the specified child
261
public Animation
getOutAnimation
() {
270
* @see #
getOutAnimation
()
296
* @see #
getOutAnimation
()
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 12 milliseconds