Home
last modified time | relevance | path

Searched refs:calculatePosition (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/
H A DFloatingRotationButtonPositionCalculatorTest.kt24 fun calculatePosition() { regex
25 val position = calculator.calculatePosition(
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DFloatingRotationButton.java233 .calculatePosition(mDisplayRotation, mIsTaskbarVisible, mIsTaskbarStashed); in onTaskbarStateChanged()
278 .calculatePosition(mDisplayRotation, mIsTaskbarVisible, mIsTaskbarStashed); in adjustViewPositionAndCreateLayoutParams()
H A DFloatingRotationButtonPositionCalculator.kt16 fun calculatePosition( regex
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DDividerView.java517 resizeStackSurfaces(calculatePosition(x, y), mStartPosition, snapTarget, in onTouch()
532 int position = calculatePosition(x, y); in onTouch()
979 private int calculatePosition(int touchX, int touchY) { in calculatePosition() method in DividerView