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

  /development/samples/devbytes/animation/SquashAndStretch/src/com/example/squashandstretch/
SquashAndStretch.java 84 PropertyValuesHolder pvhSX = PropertyValuesHolder.ofFloat(View.SCALE_X, .7f);
92 pvhSX = PropertyValuesHolder.ofFloat(View.SCALE_X, 2);
103 pvhSX = PropertyValuesHolder.ofFloat(View.SCALE_X, 1);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
RoundView.java 75 .SCALE_X, SCALE_FACTOR);
InsertionListView.java 175 (View.SCALE_X, 0, 1.0f);
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
ToonGame.java 185 PropertyValuesHolder pvhSX = PropertyValuesHolder.ofFloat(View.SCALE_X, .7f);
191 pvhSX = PropertyValuesHolder.ofFloat(View.SCALE_X, 1);
196 pvhSX = PropertyValuesHolder.ofFloat(View.SCALE_X, stretch);
PlayerSetupActivity.java 172 PropertyValuesHolder.ofFloat(View.SCALE_X, 3);
300 PropertyValuesHolder pvhSX = PropertyValuesHolder.ofFloat(View.SCALE_X, 1);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 32 SCALE_X,
205 if (mPropertiesToSet.contains(Properties.SCALE_X)) {
244 mPropertiesToSet.add(Properties.SCALE_X);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherViewPropertyAnimator.java 32 SCALE_X,
206 if (mPropertiesToSet.contains(Properties.SCALE_X)) {
248 mPropertiesToSet.add(Properties.SCALE_X);
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 139 private static final int SCALE_X = 0x0004;
148 private static final int TRANSFORM_MASK = TRANSLATION_X | TRANSLATION_Y | SCALE_X | SCALE_Y |
610 animateProperty(SCALE_X, value);
623 animatePropertyBy(SCALE_X, value);
    [all...]
View.java     [all...]
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 101 * <li>Animate each of four positioning/sizing properties (X, Y, SCALE_X, SCALE_Y)
160 // Set the pivot point for SCALE_X and SCALE_Y transformations to the top-left corner of
166 // (X, Y, SCALE_X, and SCALE_Y).
173 .with(ObjectAnimator.ofFloat(expandedImageView, View.SCALE_X, startScale, 1f))
208 .ofFloat(expandedImageView, View.SCALE_X, startScaleFinal))
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 75 PropertyValuesHolder pvhX = PropertyValuesHolder.ofFloat(View.SCALE_X, 2);
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 220 ObjectAnimator.ofFloat(null, View.SCALE_X, 0f, 1f),
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 694 ObjectAnimator a = ObjectAnimator.ofFloat(mTimersListPage, View.SCALE_X, 1f, 0f);
703 ObjectAnimator b = ObjectAnimator.ofFloat(mTimerSetup, View.SCALE_X, 0f, 1f);
731 ObjectAnimator a = ObjectAnimator.ofFloat(mTimerSetup, View.SCALE_X, 1f, 0f);
741 ObjectAnimator.ofFloat(mTimersListPage, View.SCALE_X, 0f, 1f);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 402 ObjectAnimator.ofFloat(v, View.SCALE_X, (float) scale),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 189 milliseconds