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.java49 static boolean isPartiallyInDirection(Rect srcRect, Rect destRect, int direction) { in isPartiallyInDirection() method in FocusFinder
DNavigator.java638 if (FocusFinder.isPartiallyInDirection(sourceBounds, destBounds, direction)) { in addWindowsInDirection()
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DFocusFinderTest.java514 assertTrue(assertMsg, FocusFinder.isPartiallyInDirection(src, dest, direction)); in assertIsPartiallyInDirection()