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

1 2

  /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);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyPreviewDrawParams.java 151 target, View.SCALE_X, mShowUpStartXScale,
172 target, View.SCALE_X, mDismissEndXScale);
  /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);
FocusIndicatorView.java 106 PropertyValuesHolder.ofFloat(View.SCALE_X, mTargetState.scaleX),
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 146 static final int SCALE_X = 0x0008;
157 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
685 animateProperty(SCALE_X, value);
698 animatePropertyBy(SCALE_X, value);
    [all...]
RenderNodeAnimator.java 42 public static final int SCALE_X = 3;
71 put(ViewPropertyAnimator.SCALE_X, SCALE_X);
  /packages/apps/DeskClock/src/com/android/deskclock/
AnimatorUtils.java 110 PropertyValuesHolder.ofFloat(View.SCALE_X, values),
  /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))
  /developers/build/prebuilts/gradle/Interpolator/Application/src/main/java/com/example/android/interpolator/
InterpolatorFragment.java 195 * {@link View#SCALE_X} and {@link View#SCALE_Y} properties, with its animation based on a path.
207 ObjectAnimator animator = ObjectAnimator.ofFloat(mView, View.SCALE_X, View.SCALE_Y, path);
  /developers/samples/android/ui/Interpolator/Application/src/main/java/com/example/android/interpolator/
InterpolatorFragment.java 195 * {@link View#SCALE_X} and {@link View#SCALE_Y} properties, with its animation based on a path.
207 ObjectAnimator animator = ObjectAnimator.ofFloat(mView, View.SCALE_X, View.SCALE_Y, path);
  /development/samples/browseable/Interpolator/src/com.example.android.interpolator/
InterpolatorFragment.java 195 * {@link View#SCALE_X} and {@link View#SCALE_Y} properties, with its animation based on a path.
207 ObjectAnimator animator = ObjectAnimator.ofFloat(mView, View.SCALE_X, View.SCALE_Y, path);
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 75 PropertyValuesHolder pvhX = PropertyValuesHolder.ofFloat(View.SCALE_X, 2);
  /frameworks/base/libs/hwui/
Animator.h 124 SCALE_X,
RenderNode.h 84 SCALE_X = 1 << 5,
Animator.cpp 193 {RenderNode::SCALE_X, &RenderProperties::getScaleX, &RenderProperties::setScaleX },
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
AccessibilityTabModelListItem.java 487 ObjectAnimator scaleX = ObjectAnimator.ofFloat(this, View.SCALE_X, 1.f);
504 ObjectAnimator stretchX = ObjectAnimator.ofFloat(this, View.SCALE_X, 1.2f);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFullScreenFragment.java 699 ObjectAnimator a = ObjectAnimator.ofFloat(mTimersListPage, View.SCALE_X, 1f, 0f);
708 ObjectAnimator b = ObjectAnimator.ofFloat(mTimerSetup, View.SCALE_X, 0f, 1f);
729 ObjectAnimator a = ObjectAnimator.ofFloat(mTimerSetup, View.SCALE_X, 1f, 0f);
739 ObjectAnimator.ofFloat(mTimersListPage, View.SCALE_X, 0f, 1f);
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 288 ObjectAnimator.ofFloat(textView, View.SCALE_X, textScale, 1.0f),
426 ObjectAnimator.ofFloat(mResultEditText, View.SCALE_X, resultScale),
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 209 PropertyValuesHolder.ofFloat(View.SCALE_X, 0.0f, 1.0f),
395 PropertyValuesHolder.ofFloat(View.SCALE_X, BUTTON_SCALE_DEFAULT, 1.0f),
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 220 ObjectAnimator.ofFloat(null, View.SCALE_X, 0f, 1f),

Completed in 509 milliseconds

1 2