Searched refs:DEFAULT_DISPLAY_ID (Results 1 – 2 of 2) sorted by relevance
76 private static final int DEFAULT_DISPLAY_ID = 0; field in TaskViewController125 if (taskInfo.displayId == DEFAULT_DISPLAY_ID) {126 notifyListeners(DEFAULT_DISPLAY_ID);149 if (newDisplayId == DEFAULT_DISPLAY_ID || (oldData != null150 && 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 …]
38 private static final int DEFAULT_DISPLAY_ID = 0; field in DistantDisplayStatusIconController78 if (mCurrentDisplayId == DEFAULT_DISPLAY_ID) { in updateStatus()