Home
last modified time | relevance | path

Searched refs:isPartiallyInDirection (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DFocusFinder.java45 static boolean isPartiallyInDirection(Rect srcRect, Rect destRect, int direction) { in isPartiallyInDirection() method in FocusFinder
DNavigator.java544 if (FocusFinder.isPartiallyInDirection(sourceBounds, destBounds, direction)) { in addWindowsInDirection()
/packages/apps/Car/RotaryController/tests/robotests/src/com/android/car/rotary/
DFocusFinderTest.java496 assertTrue(assertMsg, FocusFinder.isPartiallyInDirection(src, dest, direction)); in assertIsPartiallyInDirection()