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.java440 final RectF allowablePos = getAllowableStackPositionRegion();
441 final float allowableRegionHeight = allowablePos.bottom - allowablePos.top;
443 final float x = wasOnLeft ? allowablePos.left : allowablePos.right;
444 final float y = (allowableRegionHeight * verticalPercent) + allowablePos.top;
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1234 final RectF allowablePos = mStackAnimationController.getAllowableStackPositionRegion(); in onOrientationChanged() local
1237 (mStackAnimationController.getStackPosition().y - allowablePos.top) in onOrientationChanged()
1238 / (allowablePos.bottom - allowablePos.top); in onOrientationChanged()