HomeSort by relevance Sort by last modified time
    Searched refs:playTogether (Results 1 - 23 of 23) sorted by null

  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 69 mAnimatorSet.playTogether(animatorArray);
82 mAnimatorSet.playTogether(animatorArray);
95 mAnimatorSet.playTogether(animatorArray);
118 mAnimatorSet.playTogether(animatorArray);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 191 as.playTogether(
197 as.playTogether(
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 315 set1.playTogether(trans, alpha);
334 set2.playTogether(scroll1, trans2);
503 set.playTogether(trans, rot);
PhoneUi.java 306 inanim.playTogether(tx, ty, tr, tb, sx, title);
385 set1.playTogether(fade1, fade2);
400 set2.playTogether(l, t, r, b, scale);
NavigationBarTablet.java 278 mAnimation.playTogether(anim1, anim2, anim3);
305 combo.playTogether(anim1, anim2, anim3);
BrowserSnapshotPage.java 219 mAnimation.playTogether(
TabBar.java 432 animator.playTogether(scalex, scaley, alpha);
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 430 set.playTogether(oa, topOa, bottomOa);
432 set.playTogether(oa, leftOa, rightOa);
434 set.playTogether(oa, leftOa, rightOa, topOa, bottomOa);
AppsCustomizeTabHost.java 293 animSet.playTogether(outAnim, inAnim);
RocketLauncher.java 154 s.playTogether(
Launcher.java     [all...]
CellLayout.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationCloning.java 101 animation.playTogether(anim1, anim2, s1);
AnimationLoading.java 110 ((AnimatorSet) animation).playTogether(anim, fader, seq, colorizer);
AnimatorEvents.java 141 ((AnimatorSet) animation).playTogether(yAnim, xAnim);
MultiPropertyAnimation.java 133 ((AnimatorSet)bounceAnim).playTogether(yBouncer, yAlphaBouncer, whxyBouncer,
  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorAnimator.java 251 set.playTogether(animators);
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 29 * either the {@link AnimatorSet#playTogether(Animator[]) playTogether()} or
129 public void playTogether(Animator... items) {
144 public void playTogether(Collection<Animator> items) {
    [all...]
AnimatorInflater.java 146 parent.playTogether(animsArray);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 504 milliseconds