Searched refs:TRANSLATION_Y (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | LauncherViewPropertyAnimator.java | 31 TRANSLATION_Y, enumConstant 202 if (mPropertiesToSet.contains(Properties.TRANSLATION_Y)) { in start() 238 mPropertiesToSet.add(Properties.TRANSLATION_Y); in translationY()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherViewPropertyAnimator.java | 32 TRANSLATION_Y, enumConstant 203 if (mPropertiesToSet.contains(Properties.TRANSLATION_Y)) { in start() 242 mPropertiesToSet.add(Properties.TRANSLATION_Y); in translationY()
|
D | FocusIndicatorView.java | 123 PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, mTargetState.y), in onFocusChange()
|
D | SearchDropTargetBar.java | 177 ObjectAnimator.ofFloat(mQSB, View.TRANSLATION_Y, translation)); in animateToState()
|
/packages/apps/Calculator/src/com/android/calculator2/ |
D | Calculator.java | 291 ObjectAnimator.ofFloat(textView, View.TRANSLATION_Y, translationY, 0.0f)); in onTextSizeChanged() 429 ObjectAnimator.ofFloat(mResultEditText, View.TRANSLATION_Y, resultTranslationY), in onResult() 430 ObjectAnimator.ofFloat(mFormulaEditText, View.TRANSLATION_Y, formulaTranslationY)); in onResult()
|
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/ |
D | TranslationAnimationCreator.java | 56 ObjectAnimator.ofFloat(view, View.TRANSLATION_X, View.TRANSLATION_Y, path); in createAnimation()
|
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
D | Calculator.java | 620 ObjectAnimator.ofFloat(textView, View.TRANSLATION_Y, translationY, 0.0f)); in onTextSizeChanged() 816 PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, resultTranslationY)), in onResult() 818 ObjectAnimator.ofFloat(mFormulaText, View.TRANSLATION_Y, formulaTranslationY)); in onResult()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | EditorAnimator.java | 207 ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, fromY, toY); in translateViews()
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramGuide.java | 780 PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, in animateRowChange() 836 PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, in animateRowChange()
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | MenuLayoutManager.java | 754 ObjectAnimator animator = ObjectAnimator.ofFloat(view, View.TRANSLATION_Y, from, to); in createTranslationYAnimator() 757 mPropertyValuesAfterAnimation.add(new ViewPropertyValueHolder(View.TRANSLATION_Y, view, 0)); in createTranslationYAnimator()
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/ |
D | ConfirmationViewHandler.java | 374 PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, startY, endY), in generateButtonBarAnimator()
|