Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java439 private int mHeadsUpStartHeight; field in NotificationPanelViewController
2684 || (!mHeadsUpManager.isTrackingHeadsUp() || expandedHeight > mHeadsUpStartHeight); in onHeightUpdated()
3001 mHeadsUpStartHeight * 2.5); in getMaxPanelTransitionDistance()
3179 mHeadsUpStartHeight = startHeight;
3182 boolean highHun = mHeadsUpStartHeight * 2.5
3191 scrimMinFraction = mHeadsUpStartHeight / transitionDistance;
3195 ? (float) mHeadsUpStartHeight / transitionDistance : 0f;
3520 ipw.print("mHeadsUpStartHeight="); ipw.println(mHeadsUpStartHeight);