Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java769 final float desiredY = mScreenRect.height() / 2f - (mBubbleSize / 2f); in getStartPosition() local
770 final float offset = desiredY / mScreenRect.height(); in getStartPosition()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt649 val desiredY = constant in com.android.wm.shell.bubbles.BubblePositionerTest
665 val offsetPercent = (desiredY / height).coerceIn(0f, 1f)