Home
last modified time | relevance | path

Searched defs:newDisplayId (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/car-builtin-lib/src/android/car/builtin/view/
DInputEventHelper.java43 public static void setDisplayId(@NonNull InputEvent inputEvent, int newDisplayId) { in setDisplayId()
DKeyEventHelper.java42 public static void setDisplayId(@NonNull KeyEvent keyEvent, int newDisplayId) { in setDisplayId()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DButtonSelectionStateListener.java51 public void onTaskDisplayChanged(int taskId, int newDisplayId) { in onTaskDisplayChanged()
/packages/services/Car/service/src/com/android/car/
DCarInputService.java542 int newDisplayId = mCarOccupantZoneService.getDisplayIdForDriver(targetDisplayType); in assignDisplayId() local
550 int newDisplayId = getDisplayIdForSeat(targetDisplayType, seat); in assignDisplayIdForSeat() local
555 KeyEventHelper.setDisplayId((KeyEvent) event, newDisplayId); in assignDisplayIdForSeat() local