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 D | FloatingRotationButtonPositionCalculatorTest.kt | 24 fun calculatePosition() { regex 25 val position = calculator.calculatePosition(
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/ |
H A D | FloatingRotationButton.java | 233 .calculatePosition(mDisplayRotation, mIsTaskbarVisible, mIsTaskbarStashed); in onTaskbarStateChanged() 278 .calculatePosition(mDisplayRotation, mIsTaskbarVisible, mIsTaskbarStashed); in adjustViewPositionAndCreateLayoutParams()
|
H A D | FloatingRotationButtonPositionCalculator.kt | 16 fun calculatePosition( regex
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/ |
H A D | DividerView.java | 517 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
|