Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DStackAnimationController.java304 final RectF allowablePos = getAllowableStackPositionRegion();
305 final float allowableRegionHeight = allowablePos.bottom - allowablePos.top;
307 final float x = wasOnLeft ? allowablePos.left : allowablePos.right;
308 final float y = (allowableRegionHeight * verticalPercent) + allowablePos.top;
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java532 final RectF allowablePos = mStackAnimationController.getAllowableStackPositionRegion(); in onOrientationChanged() local
535 (mStackAnimationController.getStackPosition().y - allowablePos.top) in onOrientationChanged()
536 / (allowablePos.bottom - allowablePos.top); in onOrientationChanged()