Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java93 private int mHeadsUpAppearHeightBottom; field in StackStateAnimator
611 mTmpState.setYTranslation(mHeadsUpAppearHeightBottom); in processAnimationEvents()
721 return mHeadsUpAppearHeightBottom + mHeadsUpAppearStartAboveScreen; in getHeadsUpYTranslationStart()
734 return mHeadsUpAppearHeightBottom + mHeadsUpCyclingPadding; in getHeadsUpCyclingInYTranslationStart()
754 return mHeadsUpAppearHeightBottom - translationDistance; in getHeadsUpCyclingOutYTranslation()
805 mHeadsUpAppearHeightBottom = headsUpAppearHeightBottom; in setHeadsUpAppearHeightBottom()
DStackScrollAlgorithm.java78 private int mHeadsUpAppearHeightBottom; field in StackScrollAlgorithm
242 mHeadsUpAppearHeightBottom = headsUpAppearHeightBottom; in setHeadsUpAppearHeightBottom()
942 mHeadsUpAppearHeightBottom + mHeadsUpAppearStartAboveScreen); in updateHeadsUpStates()