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

1 2

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
ScaleTransition.java 27 public Animator createAnimation(View view, float startScale, float endScale) {
28 view.setScaleX(startScale);
29 view.setScaleY(startScale);
30 PropertyValuesHolder holderX = PropertyValuesHolder.ofFloat("scaleX", startScale, endScale);
31 PropertyValuesHolder holderY = PropertyValuesHolder.ofFloat("scaleY", startScale, endScale);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
ScaleTransition.java 27 public Animator createAnimation(View view, float startScale, float endScale) {
28 view.setScaleX(startScale);
29 view.setScaleY(startScale);
30 PropertyValuesHolder holderX = PropertyValuesHolder.ofFloat("scaleX", startScale, endScale);
31 PropertyValuesHolder holderY = PropertyValuesHolder.ofFloat("scaleY", startScale, endScale);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
ScaleTransition.java 27 public Animator createAnimation(View view, float startScale, float endScale) {
28 view.setScaleX(startScale);
29 view.setScaleY(startScale);
30 PropertyValuesHolder holderX = PropertyValuesHolder.ofFloat("scaleX", startScale, endScale);
31 PropertyValuesHolder holderY = PropertyValuesHolder.ofFloat("scaleY", startScale, endScale);
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
Scale.java 56 final float startScale = (Float) startValues.values.get(PROPNAME_SCALE);
60 view.setScaleX(startScale);
61 view.setScaleY(startScale);
63 ValueAnimator animator = ValueAnimator.ofFloat(startScale, endScale);
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java 92 float startScale;
95 startScale = (float) startBounds.height() / finalBounds.height();
96 float startWidth = startScale * finalBounds.width();
101 startScale = (float) startBounds.width() / finalBounds.width();
102 float startHeight = startScale * finalBounds.height();
121 ObjectAnimator.ofFloat(expandedImageView, View.SCALE_X, startScale, 1f))
122 .with(ObjectAnimator.ofFloat(expandedImageView, View.SCALE_Y, startScale, 1f));
143 final float startScaleFinal = startScale;
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java 92 float startScale;
95 startScale = (float) startBounds.height() / finalBounds.height();
96 float startWidth = startScale * finalBounds.width();
101 startScale = (float) startBounds.width() / finalBounds.width();
102 float startHeight = startScale * finalBounds.height();
121 ObjectAnimator.ofFloat(expandedImageView, View.SCALE_X, startScale, 1f))
122 .with(ObjectAnimator.ofFloat(expandedImageView, View.SCALE_Y, startScale, 1f));
143 final float startScaleFinal = startScale;
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
UIAnimation.java 92 float startScale;
95 startScale = (float) startBounds.height() / finalBounds.height();
96 float startWidth = startScale * finalBounds.width();
101 startScale = (float) startBounds.width() / finalBounds.width();
102 float startHeight = startScale * finalBounds.height();
121 ObjectAnimator.ofFloat(expandedImageView, View.SCALE_X, startScale, 1f))
122 .with(ObjectAnimator.ofFloat(expandedImageView, View.SCALE_Y, startScale, 1f));
143 final float startScaleFinal = startScale;
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 137 float startScale;
141 startScale = (float) startBounds.height() / finalBounds.height();
142 float startWidth = startScale * finalBounds.width();
148 startScale = (float) startBounds.width() / finalBounds.width();
149 float startHeight = startScale * finalBounds.height();
173 .with(ObjectAnimator.ofFloat(expandedImageView, View.SCALE_X, startScale, 1f))
174 .with(ObjectAnimator.ofFloat(expandedImageView, View.SCALE_Y, startScale, 1f));
193 final float startScaleFinal = startScale;
  /cts/tests/tests/transition/src/android/transition/cts/
ChangeImageTransformTest.java 210 private void transformImage(ScaleType startScale, final ScaleType endScale) throws Throwable {
211 final ImageView imageView = enterImageViewScene(startScale);
220 int expectedEndCount = (startScale == endScale) ? 0 : 1;
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 427 float startTranslationY, float endTranslationY, float startScale, float endScale,
432 endTranslationY, startScale, endScale, delay, duration, interpolator,
436 endTranslationY, startScale, endScale, delay, duration, interpolator,
444 final float startScale, final float endScale,
448 cellState.radius = mDotSize/2 * startScale;
459 cellState.radius = mDotSize/2 * ((1 - t) * startScale + t * endScale);
477 float startScale, float endScale,
486 cellState.hwRadius = CanvasProperty.createFloat(mDotSize/2 * startScale);
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java     [all...]
  /frameworks/support/fragment/java/android/support/v4/app/
FragmentManager.java 856 static Animation makeOpenCloseAnimation(Context context, float startScale,
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 

Completed in 823 milliseconds

1 2