Home
last modified time | relevance | path

Searched refs:mPropertyValuesAfterAnimation (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java81 private final List<ViewPropertyValueHolder> mPropertyValuesAfterAnimation = new ArrayList<>(); field in MenuLayoutManager
474 mPropertyValuesAfterAnimation.clear(); in setSelectedPositionSmooth()
691 propertyValuesAfterAnimation.addAll(mPropertyValuesAfterAnimation); in setSelectedPositionSmooth()
839 mPropertyValuesAfterAnimation.clear(); in onMenuRowUpdated()
875 propertyValuesAfterAnimation.addAll(mPropertyValuesAfterAnimation); in onMenuRowUpdated()
910 mPropertyValuesAfterAnimation.add(new ViewPropertyValueHolder(View.TRANSLATION_Y, view, 0)); in createTranslationYAnimator()
927 mPropertyValuesAfterAnimation.add(new ViewPropertyValueHolder(View.ALPHA, view, end)); in createAlphaAnimator()