Home
last modified time | relevance | path

Searched refs:DEFAULT_DISPLAY_ID (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/common/
DTaskViewController.java76 private static final int DEFAULT_DISPLAY_ID = 0; field in TaskViewController
125 if (taskInfo.displayId == DEFAULT_DISPLAY_ID) {
126 notifyListeners(DEFAULT_DISPLAY_ID);
149 if (newDisplayId == DEFAULT_DISPLAY_ID || (oldData != null
150 && oldData.mDisplayId == DEFAULT_DISPLAY_ID)) {
153 notifyListeners(DEFAULT_DISPLAY_ID);
307 moveTaskToDisplay(data.mTaskId, DEFAULT_DISPLAY_ID); in changeDisplayForTask()
318 DEFAULT_DISPLAY_ID); in changeDisplayForTask()
364 .setLaunchDisplayId(DEFAULT_DISPLAY_ID); in launchCompanionUI()
433 notifyListeners(DEFAULT_DISPLAY_ID, null); in clearListeners()
[all …]
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/statusicon/ui/
DDistantDisplayStatusIconController.java38 private static final int DEFAULT_DISPLAY_ID = 0; field in DistantDisplayStatusIconController
78 if (mCurrentDisplayId == DEFAULT_DISPLAY_ID) { in updateStatus()