Searched refs:mHeadsUpAppearStartAboveScreen (Results 1 – 4 of 4) sorted by relevance
80 val expectedStartY = -topMargin - stackStateAnimator.mHeadsUpAppearStartAboveScreen in startAnimationForEvents_headsUpFromTop_startsHeadsUpAppearAnim()101 val expectedStartY = screenHeight + stackStateAnimator.mHeadsUpAppearStartAboveScreen in startAnimationForEvents_headsUpFromBottom_startsHeadsUpAppearAnim()145 .translationY = -stackStateAnimator.mHeadsUpAppearStartAboveScreen in startAnimationForEvents_startsHeadsUpDisappearAnim()155 assertThat(stackStateAnimator.mHeadsUpAppearStartAboveScreen) in initView_updatesResources()165 assertThat(stackStateAnimator.mHeadsUpAppearStartAboveScreen).isEqualTo(100) in initView_updatesResources()
200 expected = bottomOfScreen + stackScrollAlgorithm.mHeadsUpAppearStartAboveScreen in <lambda>()214 expected = -topMargin - stackScrollAlgorithm.mHeadsUpAppearStartAboveScreen in <lambda>()
74 @VisibleForTesting float mHeadsUpAppearStartAboveScreen; field in StackStateAnimator132 mHeadsUpAppearStartAboveScreen = context.getResources() in updateResources()721 return mHeadsUpAppearHeightBottom + mHeadsUpAppearStartAboveScreen; in getHeadsUpYTranslationStart()724 return -mStackTopMargin - mHeadsUpAppearStartAboveScreen; in getHeadsUpYTranslationStart()
71 float mHeadsUpAppearStartAboveScreen; field in StackScrollAlgorithm102 mHeadsUpAppearStartAboveScreen = res.getDimensionPixelSize( in updateResources()942 mHeadsUpAppearHeightBottom + mHeadsUpAppearStartAboveScreen); in updateHeadsUpStates()946 - mHeadsUpAppearStartAboveScreen); in updateHeadsUpStates()