HomeSort by relevance Sort by last modified time
    Searched defs:startScale (Results 1 - 16 of 16) sorted by null

  /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;
  /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/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/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 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 799 milliseconds