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.java69 private int mHeadsUpInset; field in HeadsUpManagerPhone
140 mHeadsUpInset = mStatusBarHeight + resources.getDimensionPixelSize( in initResources()
325 mTouchableRegion.set(minX, 0, maxX, mHeadsUpInset + height); in calculateTouchableRegion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java58 private float mHeadsUpInset; field in StackScrollAlgorithm
81 mHeadsUpInset = mStatusBarHeight + res.getDimensionPixelSize( in initConstants()
545 childState.yTranslation = Math.max(childState.yTranslation, mHeadsUpInset);
DNotificationStackScrollLayout.java474 private int mHeadsUpInset; field in NotificationStackScrollLayout
977 mHeadsUpInset = mStatusBarHeight + res.getDimensionPixelSize(
1320 translationY = MathUtils.lerp(mHeadsUpInset - mTopPadding, 0, appearFraction);
1390 return mHeadsUpInset
1649 + ((!isExpanded() && isPinnedHeadsUp(v)) ? mHeadsUpInset : getTopPadding());
2212 contentHeight = mHeadsUpInset + getTopHeadsUpPinnedHeight();