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

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TransformsAndAnimationsActivity.java 116 final AlphaAnimation alphaAnim = new AlphaAnimation(1, 0);
117 alphaAnim.setDuration(1000);
118 alphaAnim.setRepeatCount(Animation.INFINITE);
119 alphaAnim.setRepeatMode(Animation.REVERSE);
129 button1.startAnimation(alphaAnim);
130 button2.startAnimation(alphaAnim);
131 button3.startAnimation(alphaAnim);
133 button1a.startAnimation(alphaAnim);
134 button2a.startAnimation(alphaAnim);
135 button3a.startAnimation(alphaAnim);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimatorEvents.java 135 ObjectAnimator alphaAnim = ObjectAnimator.ofFloat(ball, "alpha", 1f, .5f).
138 alphaSeq.play(alphaAnim);
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 285 AlphaAnimation alphaAnim = new AlphaAnimation(0.0f, 1.0f);
286 alphaAnim.setDuration(ANIM_TARGET_TIME);
287 target.startAnimation(alphaAnim);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
Workspace.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java     [all...]

Completed in 107 milliseconds