OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:playTogether
(Results
1 - 15
of
15
) sorted by null
/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
SlidingFragments.java
155
s.
playTogether
(movingFragmentAnimator, darkHoverViewAnimator, movingFragmentRotator);
186
s.
playTogether
(movingFragmentAnimator, movingFragmentRotator, darkHoverViewAnimator);
/cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java
209
mAnimatorSet.
playTogether
(animatorArray);
224
set.
playTogether
(anim1, anim2);
298
set.
playTogether
(a1, a2);
404
mAnimatorSet.
playTogether
(animatorArray);
418
mAnimatorSet.
playTogether
(animatorArray);
455
set.
playTogether
(a1, a2);
578
set.
playTogether
(animators);
611
mAnimatorSet.
playTogether
(animatorArray);
682
set1.
playTogether
(animator1, animator2);
[
all
...]
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlip.java
260
set.
playTogether
(animations);
288
set.
playTogether
(animations);
CardView.java
166
set.
playTogether
(cardAnimator, colorizer);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardStack.java
40
set.
playTogether
(items);
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DigitalWatchFaceWearableConfigActivity.java
240
mShrinkAnimator.
playTogether
(mShrinkCircleAnimator, mShrinkLabelAnimator);
247
mExpandAnimator.
playTogether
(mExpandCircleAnimator, mExpandLabelAnimator);
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DigitalWatchFaceWearableConfigActivity.java
240
mShrinkAnimator.
playTogether
(mShrinkCircleAnimator, mShrinkLabelAnimator);
247
mExpandAnimator.
playTogether
(mExpandCircleAnimator, mExpandLabelAnimator);
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceWearableConfigActivity.java
238
mShrinkAnimator.
playTogether
(mShrinkCircleAnimator, mShrinkLabelAnimator);
245
mExpandAnimator.
playTogether
(mExpandCircleAnimator, mExpandLabelAnimator);
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java
306
s.
playTogether
(animations);
498
s.
playTogether
(animations);
/development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationCloning.java
101
animation.
playTogether
(anim1, anim2, s1);
AnimationLoading.java
141
((AnimatorSet) animation).
playTogether
(anim, fader, seq, colorizer, animPvh,
AnimatorEvents.java
141
((AnimatorSet) animation).
playTogether
(yAnim, xAnim);
MultiPropertyAnimation.java
133
((AnimatorSet)bounceAnim).
playTogether
(yBouncer, yAlphaBouncer, whxyBouncer,
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java
269
set.
playTogether
(animations);
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java
342
moverSet.
playTogether
(currentMover, nextMover);
Completed in 731 milliseconds