Home
last modified time | relevance | path

Searched refs:newDisplayId (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/common/
DTaskViewController.java137 public void onTaskDisplayChanged(int taskId, int newDisplayId) {
142 if (oldData.mDisplayId == newDisplayId) return;
144 mForegroundTasks.put(taskId, newDisplayId, oldData.mBaseIntent);
146 mForegroundTasks.put(taskId, newDisplayId, null);
149 if (newDisplayId == DEFAULT_DISPLAY_ID || (oldData != null
156 + newDisplayId);
158 if (newDisplayId == mDistantDisplayId || (oldData != null
165 + newDisplayId);
/packages/services/Car/car-builtin-lib/src/android/car/builtin/view/
DInputEventHelper.java37 public static void setDisplayId(@NonNull InputEvent inputEvent, int newDisplayId) { in setDisplayId() argument
38 inputEvent.setDisplayId(newDisplayId); in setDisplayId()
DKeyEventHelper.java39 public static void setDisplayId(@NonNull KeyEvent keyEvent, int newDisplayId) { in setDisplayId() argument
40 keyEvent.setDisplayId(newDisplayId); in setDisplayId()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DButtonSelectionStateListener.java51 public void onTaskDisplayChanged(int taskId, int newDisplayId) { in onTaskDisplayChanged() argument
/packages/services/Car/service/src/com/android/car/
DCarInputService.java571 int newDisplayId = mCarOccupantZoneService.getDisplayIdForDriver(targetDisplayType); in assignDisplayId() local
574 KeyEventHelper.setDisplayId(event, newDisplayId); in assignDisplayId()
579 int newDisplayId = getDisplayIdForSeat(targetDisplayType, seat); in assignDisplayIdForSeat() local
581 InputEventHelper.setDisplayId(event, newDisplayId); in assignDisplayIdForSeat()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_built_in_api_list.txt62 method TIRAMISU_0 void setDisplayId(KeyEvent keyEvent, int newDisplayId);