OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animationSet
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java
31
import android.view.animation.
AnimationSet
;
64
new
AnimationSet
(true);
71
new
AnimationSet
(mActivity, attr);
75
final
AnimationSet
animationSet
= createAnimationSet();
76
animationSet
.setDuration(ANIMATIONSET_DURATION);
78
List<Animation> children =
animationSet
.getAnimations();
83
// After initialize,
AnimationSet
override the child values.
84
assertFalse(
animationSet
.isInitialized());
85
animationSet
.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE)
[
all
...]
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java
48
import android.view.animation.
AnimationSet
;
[
all
...]
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java
47
import android.view.animation.
AnimationSet
;
[
all
...]
Completed in 903 milliseconds