Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationControllerTest.java872 (float) Math.ceil(offsetX * WindowMagnificationController.HORIZONTAL_LOCK_BASE) in moveWindowMagnifierWithYXRatioLargerThanBase_enabled_movedOnlyVertically()
887 (float) Math.floor(offsetX * WindowMagnificationController.HORIZONTAL_LOCK_BASE) in moveWindowMagnifierWithYXRatioLessThanBase_enabled_movedOnlyHorizontally()
902 (float) Math.ceil(offsetX * WindowMagnificationController.HORIZONTAL_LOCK_BASE); in moveWindowMagnifier_magnifierEnabledAndDiagonalEnabled_movedDiagonally()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java236 static final double HORIZONTAL_LOCK_BASE = field in WindowMagnificationController
1493 if (result <= HORIZONTAL_LOCK_BASE) { in selectDirectionForMove()