Searched refs:clockwise (Results 1 – 11 of 11) sorted by relevance
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 220 // clockwise roundabout (as seen from above, typical for left-hand drive 224 // exit") on a clockwise roundabout (as seen from above, typical for 229 // exit") on a clockwise roundabout (as seen from above, typical for 234 // exit") on a clockwise roundabout (as seen from above, typical for 239 // clockwise roundabout (as seen from above, typical for left-hand drive 243 // exit") on a clockwise roundabout (as seen from above, typical for 248 // exit") on a clockwise roundabout (as seen from above, typical for 253 // exit") on a clockwise roundabout (as seen from above, typical for 258 // clockwise roundabout (as seen from above, typical for left-hand drive 263 // counter-clockwise roundabout (as seen from above, typical for right-hand [all …]
|
/packages/services/Car/car-lib/src/android/car/input/ |
D | RotaryEvent.java | 135 boolean clockwise, in RotaryEvent() argument 140 this.mClockwise = clockwise; in RotaryEvent() 236 boolean clockwise = (flg & 0x2) != 0; in RotaryEvent() 243 this.mClockwise = clockwise; in RotaryEvent()
|
/packages/apps/Car/RotaryController/ |
D | readme.md | 21 To rotate the controller counter-clockwise, run: 25 For clockwise, run:
|
/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | RotaryService.java | 1959 boolean clockwise = rotaryEvent.isClockwise(); in handleRotaryEvent() 1963 handleRotateEvent(clockwise, count, eventTime); in handleRotaryEvent() 1966 private void handleRotateEvent(boolean clockwise, int count, long eventTime) { in handleRotateEvent() argument 1970 injectMotionEvent(DEFAULT_DISPLAY, clockwise ? rotationCount : -rotationCount); in handleRotateEvent() 1980 performScrollAction(mFocusedNode, clockwise); in handleRotateEvent() 1990 injectMotionEvent(displayId, clockwise ? rotationCount : -rotationCount); in handleRotateEvent() 1997 int direction = clockwise ? View.FOCUS_FORWARD : View.FOCUS_BACKWARD; in handleRotateEvent() 2023 injectScrollEvent(scrollableContainer, clockwise, remainingRotationCount); in handleRotateEvent() 2108 boolean clockwise) { in performScrollAction() argument 2111 clockwise ? ACTION_SCROLL_FORWARD : ACTION_SCROLL_BACKWARD; in performScrollAction() [all …]
|
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | RotaryServiceTest.java | 454 boolean clockwise = true; in testOnRotaryEvents_withoutFocusedView() 456 RotaryEvent rotaryEvent = new RotaryEvent(inputType, clockwise, timestamps); in testOnRotaryEvents_withoutFocusedView() 501 boolean clockwise = true; in testOnRotaryEvents_withFocusedView() 503 RotaryEvent rotaryEvent = new RotaryEvent(inputType, clockwise, timestamps); in testOnRotaryEvents_withFocusedView() 518 clockwise = false; in testOnRotaryEvents_withFocusedView() 519 rotaryEvent = new RotaryEvent(inputType, clockwise, timestamps); in testOnRotaryEvents_withFocusedView()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarInputService.java | 624 boolean clockwise = event.isClockwise(); in rotaryEventToKeyEvents() 628 keyCode = clockwise in rotaryEventToKeyEvents() 633 keyCode = clockwise in rotaryEventToKeyEvents()
|
D | CarShellCommand.java | 2058 boolean clockwise = false; 2077 clockwise = Boolean.parseBoolean(args[i]); 2117 RotaryEvent rotaryEvent = new RotaryEvent(inputType, clockwise, uptimeMs);
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | InputHalService.java | 705 boolean clockwise = detentCount > 0; 748 RotaryEvent event = new RotaryEvent(carInputManagerType, clockwise, timestamps);
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|