HomeSort by relevance Sort by last modified time
    Searched refs:animationDuration (Results 1 - 25 of 37) sorted by null

1 2

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
Animation.java 42 private float animationDuration;
54 this.animationDuration = keyFrames.size * frameDuration;
71 this.animationDuration = keyFrames.size * frameDuration;
86 this.animationDuration = keyFrames.length * frameDuration;
201 this.animationDuration = keyFrames.length * frameDuration;
211 return animationDuration;
  /development/samples/devbytes/animation/SquashAndStretch/src/com/example/squashandstretch/
SquashAndStretch.java 75 long animationDuration = (long) (BASE_DURATION * sAnimatorScale);
89 downAnim.setDuration((long) (animationDuration * 2));
99 stretchAnim.setDuration(animationDuration);
107 upAnim.setDuration((long) (animationDuration * 2));
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
CheckableContactFlipDrawable.java 71 final long animationDuration = mFlipDurationMs / 2 + mPostFlipDurationMs;
74 .setDuration(animationDuration);
79 .setDuration(animationDuration);
  /frameworks/base/services/core/java/com/android/server/wm/
BoundsAnimationController.java 279 void animateBounds(final AnimateBoundsUser target, Rect from, Rect to, int animationDuration) {
307 animator.setDuration((animationDuration != -1 ? animationDuration
WindowManagerService.java     [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
AbstractMediaItemPresenter.java 587 int animationDuration = focusChangedView.getContext().getResources()
596 selectorView.animate().alpha(0f).setDuration(animationDuration)
607 selectorView.animate().alpha(1f).setDuration(animationDuration)
640 layoutAnimator.setDuration(animationDuration);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
CameraMediaChooser.java 378 final int animationDuration = getContext().getResources().getInteger(
383 alphaInAnimation.setDuration(animationDuration);
387 alphaOutAnimation.setStartOffset(animationDuration);
388 alphaOutAnimation.setDuration(animationDuration);
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java 226 int animationDuration = getResources().getInteger(android.R.integer.config_shortAnimTime);
227 mUIAnimation = new UIAnimation(containerView, thumbs, expandedView, animationDuration,
UIAnimation.java 47 int animationDuration, UIStateListener listener) {
51 mAnimationDurationTime = animationDuration;
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java 226 int animationDuration = getResources().getInteger(android.R.integer.config_shortAnimTime);
227 mUIAnimation = new UIAnimation(containerView, thumbs, expandedView, animationDuration,
UIAnimation.java 47 int animationDuration, UIStateListener listener) {
51 mAnimationDurationTime = animationDuration;
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
MainActivity.java 226 int animationDuration = getResources().getInteger(android.R.integer.config_shortAnimTime);
227 mUIAnimation = new UIAnimation(containerView, thumbs, expandedView, animationDuration,
UIAnimation.java 47 int animationDuration, UIStateListener listener) {
51 mAnimationDurationTime = animationDuration;
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MagnificationController.java 760 final long animationDuration = context.getResources().getInteger(
764 mTransformationAnimator.setDuration(animationDuration);
    [all...]
  /frameworks/base/core/java/android/widget/
Gallery.java 214 int animationDuration =
216 if (animationDuration > 0) {
217 setAnimationDuration(animationDuration);
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /frameworks/base/core/java/android/app/
IActivityManager.java 163 * @param animationDuration The duration of the resize animation in milliseconds or -1 if the
168 boolean preserveWindows, boolean animate, int animationDuration) throws RemoteException;
    [all...]
ActivityManagerNative.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 1845 milliseconds

1 2