Searched refs:SCALE_X (Results 1 - 9 of 9) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyPreviewDrawParams.java151 target, View.SCALE_X, mShowUpStartXScale,
172 target, View.SCALE_X, mDismissEndXScale);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java32 SCALE_X, enum constant in enum:LauncherViewPropertyAnimator.Properties
205 if (mPropertiesToSet.contains(Properties.SCALE_X)) {
244 mPropertiesToSet.add(Properties.SCALE_X);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherViewPropertyAnimator.java32 SCALE_X, enum constant in enum:LauncherViewPropertyAnimator.Properties
206 if (mPropertiesToSet.contains(Properties.SCALE_X)) {
248 mPropertiesToSet.add(Properties.SCALE_X);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAnimatorUtils.java139 PropertyValuesHolder.ofFloat(View.SCALE_X, values),
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFullScreenFragment.java694 ObjectAnimator a = ObjectAnimator.ofFloat(mTimersListPage, View.SCALE_X, 1f, 0f);
703 ObjectAnimator b = ObjectAnimator.ofFloat(mTimerSetup, View.SCALE_X, 0f, 1f);
724 ObjectAnimator a = ObjectAnimator.ofFloat(mTimerSetup, View.SCALE_X, 1f, 0f);
734 ObjectAnimator.ofFloat(mTimersListPage, View.SCALE_X, 0f, 1f);
H A DTimerFragment.java373 final Animator animator = new ObjectAnimator().ofFloat(view, View.SCALE_X, 1.0f, 0.0f);
380 final Animator animator = new ObjectAnimator().ofFloat(view, View.SCALE_X, 0.0f, 1.0f);
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculator.java293 ObjectAnimator.ofFloat(textView, View.SCALE_X, textScale, 1.0f),
429 ObjectAnimator.ofFloat(mResultEditText, View.SCALE_X, resultScale),
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmActivity.java204 PropertyValuesHolder.ofFloat(View.SCALE_X, 0.0f, 1.0f),
382 PropertyValuesHolder.ofFloat(View.SCALE_X, BUTTON_SCALE_DEFAULT, 1.0f),
/packages/apps/Browser/src/com/android/browser/
H A DBrowserSnapshotPage.java220 ObjectAnimator.ofFloat(null, View.SCALE_X, 0f, 1f),

Completed in 721 milliseconds