Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java62 private int mHeadsUpInset; field in HeadsUpManagerPhone
121 mHeadsUpInset = mStatusBarHeight + resources.getDimensionPixelSize( in initResources()
303 info.touchableRegion.set(minX, 0, maxX, mHeadsUpInset + height); in onComputeInternalInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java53 private float mHeadsUpInset; field in StackScrollAlgorithm
73 mHeadsUpInset = mStatusBarHeight + res.getDimensionPixelSize( in initConstants()
464 childState.yTranslation = Math.max(childState.yTranslation, mHeadsUpInset);
DNotificationStackScrollLayout.java417 private int mHeadsUpInset; field in NotificationStackScrollLayout
619 mHeadsUpInset = mStatusBarHeight + res.getDimensionPixelSize( in initView()
921 translationY = MathUtils.lerp(mHeadsUpInset - mTopPadding, 0, appearFraction); in setExpandedHeight()
982 return mHeadsUpInset + mFirstVisibleBackgroundChild.getPinnedHeadsUpHeight();