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

  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
PlaybackFragment.java 220 int mAnimationTranslateY;
553 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction));
582 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction));
697 mAnimationTranslateY = (getVerticalGridView() == null
    [all...]
PlaybackSupportFragment.java 213 int mAnimationTranslateY;
546 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction));
575 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction));
690 mAnimationTranslateY = (getVerticalGridView() == null
    [all...]

Completed in 52 milliseconds