Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt115 resetViewStates_hunYTranslationIs(stackScrollAlgorithm.mHeadsUpInset) in <lambda>()
131 ambientState.stackY = stackScrollAlgorithm.mHeadsUpInset + bigGap in <lambda>()
141 resetViewStates_hunYTranslationIs(stackScrollAlgorithm.mHeadsUpInset) in <lambda>()
156 resetViewStates_hunYTranslationIs(stackScrollAlgorithm.mHeadsUpInset) in <lambda>()
234 resetViewStates_hunYTranslationIs(stackScrollAlgorithm.mHeadsUpInset) in <lambda>()
1215 val headsUpTranslationY = stackScrollAlgorithm.mHeadsUpInset - stackTopMargin in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java107 private int mHeadsUpInset; field in HeadsUpManagerPhone
186 mHeadsUpInset = SystemBarUtils.getStatusBarHeight(mContext) in updateResources()
229 final boolean stretchToTop = tmpArray[1] <= mHeadsUpInset; in getTouchableRegion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java69 float mHeadsUpInset; field in StackScrollAlgorithm
100 mHeadsUpInset = statusBarHeight + res.getDimensionPixelSize( in updateResources()
837 float headsUpTranslation = mHeadsUpInset - ambientState.getStackTopMargin(); in updateHeadsUpStates()
DNotificationStackScrollLayout.java469 private int mHeadsUpInset; field in NotificationStackScrollLayout
969 mHeadsUpInset = mStatusBarHeight + res.getDimensionPixelSize( in initView()
1592 float startPos = mHeadsUpInset - topSpacing;
1677 return mHeadsUpInset - mAmbientState.getStackTopMargin() + pinnedHeight;
1929 + ((!isExpanded() && isPinnedHeadsUp(v)) ? mHeadsUpInset : getTopPadding());
2352 contentHeight = mHeadsUpInset + getTopHeadsUpPinnedHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java513 private int mHeadsUpInset; field in NotificationPanelViewController
1256 mHeadsUpInset = statusbarHeight + mResources.getDimensionPixelSize( in loadDimens()
2547 int collapsedPosition = mHeadsUpInset; in getKeyguardNotificationStaticPadding()
3542 ipw.print("mHeadsUpInset="); ipw.println(mHeadsUpInset);