Searched refs:mHeadsUpInset (Results 1 – 3 of 3) sorted by relevance
69 private int mHeadsUpInset; field in HeadsUpManagerPhone140 mHeadsUpInset = mStatusBarHeight + resources.getDimensionPixelSize( in initResources()325 mTouchableRegion.set(minX, 0, maxX, mHeadsUpInset + height); in calculateTouchableRegion()
58 private float mHeadsUpInset; field in StackScrollAlgorithm81 mHeadsUpInset = mStatusBarHeight + res.getDimensionPixelSize( in initConstants()545 childState.yTranslation = Math.max(childState.yTranslation, mHeadsUpInset);
474 private int mHeadsUpInset; field in NotificationStackScrollLayout977 mHeadsUpInset = mStatusBarHeight + res.getDimensionPixelSize(1320 translationY = MathUtils.lerp(mHeadsUpInset - mTopPadding, 0, appearFraction);1390 return mHeadsUpInset1649 + ((!isExpanded() && isPinnedHeadsUp(v)) ? mHeadsUpInset : getTopPadding());2212 contentHeight = mHeadsUpInset + getTopHeadsUpPinnedHeight();