Searched refs:mHeadsUpInset (Results 1 – 3 of 3) sorted by relevance
62 private int mHeadsUpInset; field in HeadsUpManagerPhone121 mHeadsUpInset = mStatusBarHeight + resources.getDimensionPixelSize( in initResources()303 info.touchableRegion.set(minX, 0, maxX, mHeadsUpInset + height); in onComputeInternalInsets()
53 private float mHeadsUpInset; field in StackScrollAlgorithm73 mHeadsUpInset = mStatusBarHeight + res.getDimensionPixelSize( in initConstants()464 childState.yTranslation = Math.max(childState.yTranslation, mHeadsUpInset);
417 private int mHeadsUpInset; field in NotificationStackScrollLayout619 mHeadsUpInset = mStatusBarHeight + res.getDimensionPixelSize( in initView()921 translationY = MathUtils.lerp(mHeadsUpInset - mTopPadding, 0, appearFraction); in setExpandedHeight()982 return mHeadsUpInset + mFirstVisibleBackgroundChild.getPinnedHeadsUpHeight();