/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarManager.java | 202 int displayId = context.getDisplayId(); in onDisplayInfoChanged() local 204 debugTaskbarManager("onDisplayInfoChanged: Display density changed", displayId); in onDisplayInfoChanged() 207 debugTaskbarManager("onDisplayInfoChanged: Navigation mode changed", displayId); in onDisplayInfoChanged() 215 debugTaskbarManager("onDisplayInfoChanged: Taskbar pinning changed", displayId); in onDisplayInfoChanged() 224 displayId); in onDisplayInfoChanged() 318 int displayId = mTaskbars.keyAt(taskbarIndex); 320 && !isDefaultDisplay(displayId)) { 325 displayId); 342 int displayId = mTaskbars.keyAt(taskbarIndex); 344 && !isDefaultDisplay(displayId)) { [all …]
|
/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/ |
D | PermissionDecisionsTest.kt | 56 By.text("You gave $APP_PACKAGE_NAME access to location").displayId(displayId) in testAcceptPermissionDialogShowsDecisionWithGrantedAccess() 58 .hasChild(By.text("Today").displayId(displayId)) in testAcceptPermissionDialogShowsDecisionWithGrantedAccess() 59 .displayId(displayId) in testAcceptPermissionDialogShowsDecisionWithGrantedAccess() 73 By.text("You denied $APP_PACKAGE_NAME access to location").displayId(displayId) in testDenyPermissionDialogShowsDecisionWithDeniedAccess() 75 .hasChild(By.text("Today").displayId(displayId)) in testDenyPermissionDialogShowsDecisionWithDeniedAccess() 76 .displayId(displayId) in testDenyPermissionDialogShowsDecisionWithDeniedAccess() 93 .displayId(displayId) in testAppUninstallRemovesDecision() 95 .hasChild(By.text("Today").displayId(displayId)) in testAppUninstallRemovesDecision() 96 .displayId(displayId), in testAppUninstallRemovesDecision() 114 .displayId(displayId) in testClickOnDecisionAndChangeAccessUpdatesDecision() [all …]
|
D | BaseUsePermissionTest.kt | 400 .displayId(displayId) in <lambda>() 406 uiDevice.findObject(By.res("android:id/button1").displayId(displayId)).click() in <lambda>() 428 .displayId(displayId), in <lambda>() 433 By.res("com.android.permissioncontroller:id/continue_button").displayId(displayId) in <lambda>() 561 By.res(PERMISSION_RATIONALE_ACTIVITY_TITLE_VIEW).displayId(displayId), in <lambda>() 569 findView(By.res(DATA_SHARING_SOURCE_TITLE_ID).displayId(displayId), expected = expected) in <lambda>() 570 findView(By.res(DATA_SHARING_SOURCE_MESSAGE_ID).displayId(displayId), expected = expected) in <lambda>() 574 findView(By.res(PURPOSE_TITLE_ID).displayId(displayId), expected = expected) in <lambda>() 575 findView(By.res(PURPOSE_MESSAGE_ID).displayId(displayId), expected = expected) in <lambda>() 579 findView(By.res(LEARN_MORE_TITLE_ID).displayId(displayId), expected = expected) in <lambda>() [all …]
|
D | PermissionReviewTest.kt | 63 clickPermissionControllerUi(By.text("Calendar").displayId(displayId)) in testDenyCalendarDuringReview() 65 click(By.res("android:id/button1").displayId(displayId)) in testDenyCalendarDuringReview() 78 clickPermissionControllerUi(By.text("Calendar").displayId(displayId)) in testDenyGrantCalendarDuringReview() 80 click(By.res("android:id/button1").displayId(displayId)) in testDenyGrantCalendarDuringReview() 83 clickPermissionControllerUi(By.text("Calendar").displayId(displayId)) in testDenyGrantCalendarDuringReview() 96 clickPermissionControllerUi(By.text("Calendar").displayId(displayId)) in testDenyGrantDenyCalendarDuringReview() 99 click(By.res("android:id/button1").displayId(displayId)) in testDenyGrantDenyCalendarDuringReview() 102 clickPermissionControllerUi(By.text("Calendar").displayId(displayId)) in testDenyGrantDenyCalendarDuringReview() 105 clickPermissionControllerUi(By.text("Calendar").displayId(displayId)) in testDenyGrantDenyCalendarDuringReview() 129 waitFindObject(By.text("Notifications").displayId(displayId), 5000L) in testNotificationPermissionAddedToReview()
|
D | PermissionTapjackingTest.kt | 57 .displayId(displayId) in testTapjackGrantDialog_fullOverlay() 64 By.res("android.permissionui.cts.usepermission:id/overlay").displayId(displayId) in testTapjackGrantDialog_fullOverlay() 85 .displayId(displayId) in testTapjackGrantDialog_partialOverlay() 93 .displayId(displayId) in testTapjackGrantDialog_partialOverlay() 107 By.res("android.permissionui.cts.usepermission:id/overlay").displayId(displayId) in testTapjackGrantDialog_partialOverlay() 113 .displayId(displayId) in testTapjackGrantDialog_partialOverlay() 165 event.displayId = displayId in click() 170 event.displayId = displayId in click()
|
/packages/services/Car/service/src/com/android/car/systeminterface/ |
D | DisplayInterface.java | 85 void onDisplayBrightnessChangeFromVhal(int displayId, int brightness); in onDisplayBrightnessChangeFromVhal() argument 93 void setDisplayState(int displayId, boolean on); in setDisplayState() argument 125 boolean isDisplayEnabled(int displayId); in isDisplayEnabled() argument 138 void refreshDisplayBrightness(int displayId); in refreshDisplayBrightness() argument 156 private record BrightnessForDisplayId(float brightness, int displayId) {} in BrightnessForDisplayId() argument 199 public void onDisplayAdded(int displayId) { 205 Slogf.i(TAG, "onDisplayAdded: displayId=%d", displayId); 207 boolean isDisplayOn = isDisplayOn(displayId); 208 mDisplayStateSet.put(displayId, isDisplayOn); 213 public void onDisplayRemoved(int displayId) { [all …]
|
D | WakeLockInterface.java | 42 void releaseAllWakeLocks(int displayId); in releaseAllWakeLocks() argument 50 void switchToPartialWakeLock(int displayId); in switchToPartialWakeLock() argument 57 void switchToFullWakeLock(int displayId); in switchToFullWakeLock() argument 75 int displayId = display.getDisplayId(); in DefaultImpl() local 76 Pair<WakeLock, WakeLock> wakeLockPair = createWakeLockPair(displayId); in DefaultImpl() 78 mPerDisplayWakeLocks.put(displayId, wakeLockPair); in DefaultImpl() 84 public void switchToPartialWakeLock(int displayId) { in switchToPartialWakeLock() argument 87 wakeLockPair = mPerDisplayWakeLocks.get(displayId); in switchToPartialWakeLock() 90 Slogf.w(TAG, "WakeLocks for display %d is null", displayId); in switchToPartialWakeLock() 106 public void switchToFullWakeLock(int displayId) { in switchToFullWakeLock() argument [all …]
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/input/ |
D | DisplayInputSinkController.java | 110 public void onDisplayAdded(int displayId) { 111 mayUpdatePassengerDisplayOnAdded(displayId); 113 refreshDisplayInputSink(displayId, "onDisplayAdded"); 118 public void onDisplayRemoved(int displayId) { 119 if (!mPassengerDisplays.contains(displayId)) return; 120 mayStopDisplayInputLock(mDisplayManager.getDisplay(displayId)); 121 mayStopDisplayInputMonitor(displayId); 122 mPassengerDisplays.remove(displayId); 127 public void onDisplayChanged(int displayId) { 128 refreshDisplayInputSink(displayId, "onDisplayChanged"); [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/ |
D | DesktopVisibilityController.kt | 73 val displayId: Int, in <lambda>() constant in DisplayDeskConfig 178 desktopTaskListener = DesktopTaskListenerImpl(this, context, context.displayId) in <lambda>() 191 fun getActiveDeskId(displayId: Int): Int { in <lambda>() 198 return getDisplayDeskConfig(displayId)?.activeDeskId ?: INACTIVE_DESK_ID in <lambda>() 202 fun isInDesktopMode(displayId: Int): Boolean { in <lambda>() 207 val activeDeskId = getDisplayDeskConfig(displayId)?.activeDeskId ?: INACTIVE_DESK_ID in <lambda>() 219 fun isInDesktopModeAndNotInOverview(displayId: Int): Boolean { in <lambda>() 227 return isInDesktopMode(displayId) && !inOverviewState in <lambda>() 322 displaysDesksConfigsMap.forEach { displayId, deskConfig -> in <lambda>() method 325 if (isInDesktopMode(displayId)) { in <lambda>() [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | DisplayModel.kt | 43 override fun onDisplayAddSystemDecorations(displayId: Int) { in <lambda>() 44 if (DEBUG) Log.d(TAG, "onDisplayAdded: displayId=$displayId") in <lambda>() 45 storeDisplayResource(displayId) in <lambda>() 48 override fun onDisplayRemoved(displayId: Int) { in <lambda>() 49 if (DEBUG) Log.d(TAG, "onDisplayRemoved: displayId=$displayId") in <lambda>() 50 deleteDisplayResource(displayId) in <lambda>() 53 override fun onDisplayRemoveSystemDecorations(displayId: Int) { in <lambda>() 54 if (DEBUG) Log.d(TAG, "onDisplayRemoveSystemDecorations: displayId=$displayId") in <lambda>() 55 deleteDisplayResource(displayId) in <lambda>() 64 .filter { getDisplayResource(it.displayId) == null } in <lambda>() [all …]
|
D | TouchInteractionService.java | 286 public void onSystemUiStateChanged(@SystemUiStateFlags long stateFlags, int displayId) { in onSystemUiStateChanged() argument 290 tis.mDeviceState.setSysUIStateFlagsForDisplay(stateFlags, displayId); in onSystemUiStateChanged() 291 tis.onSystemUiFlagsChanged(lastFlags, displayId); in onSystemUiStateChanged() 316 public void onDisplayAddSystemDecorations(int displayId) { in onDisplayAddSystemDecorations() argument 318 tis.mSystemDecorationChangeObserver.notifyAddSystemDecorations(displayId)); in onDisplayAddSystemDecorations() 323 public void onDisplayRemoved(int displayId) { in onDisplayRemoved() argument 325 tis.mSystemDecorationChangeObserver.notifyOnDisplayRemoved(displayId); in onDisplayRemoved() 326 tis.mDeviceState.clearSysUIStateFlagsForDisplay(displayId); in onDisplayRemoved() 332 public void onDisplayRemoveSystemDecorations(int displayId) { in onDisplayRemoveSystemDecorations() argument 334 tis.mSystemDecorationChangeObserver.notifyDisplayRemoveSystemDecorations(displayId); in onDisplayRemoveSystemDecorations() [all …]
|
D | SystemDecorationChangeObserver.kt | 42 fun onDisplayAddSystemDecorations(displayId: Int) in onDisplayAddSystemDecorations() 44 fun onDisplayRemoved(displayId: Int) in onDisplayAddSystemDecorations() 46 fun onDisplayRemoveSystemDecorations(displayId: Int) in onDisplayAddSystemDecorations() 49 fun notifyAddSystemDecorations(displayId: Int) { in onDisplayAddSystemDecorations() 50 if (DEBUG) Log.d(TAG, "SystemDecorationAdded: $displayId") in onDisplayAddSystemDecorations() 52 MAIN_EXECUTOR.execute { listener.onDisplayAddSystemDecorations(displayId) } in onDisplayAddSystemDecorations() 56 fun notifyOnDisplayRemoved(displayId: Int) { in notifyOnDisplayRemoved() 57 if (DEBUG) Log.d(TAG, "displayRemoved: $displayId") in notifyOnDisplayRemoved() 59 MAIN_EXECUTOR.execute { listener.onDisplayRemoved(displayId) } in notifyOnDisplayRemoved() 63 fun notifyDisplayRemoveSystemDecorations(displayId: Int) { in notifyDisplayRemoveSystemDecorations() [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | ScreenOffHandlerUnitTest.java | 355 int displayId = mCarOccupantZoneService.getDisplayForOccupant( in testSetDisplayStateAfterBoot_powerModeOn() local 358 Display mockDisplay = createMockDisplay(displayId); in testSetDisplayStateAfterBoot_powerModeOn() 368 verify(mSystemInterface).setDisplayState(displayId, true); in testSetDisplayStateAfterBoot_powerModeOn() 377 int displayId = mCarOccupantZoneService.getDisplayForOccupant( in testSetDisplayStateAfterBoot_powerModeAlwaysOn() local 380 Display mockDisplay = createMockDisplay(displayId); in testSetDisplayStateAfterBoot_powerModeAlwaysOn() 390 verify(mSystemInterface).setDisplayState(displayId, true); in testSetDisplayStateAfterBoot_powerModeAlwaysOn() 399 int displayId = mCarOccupantZoneService.getDisplayForOccupant( in testSetDisplayStateAfterBoot_powerModeOff() local 402 Display mockDisplay = createMockDisplay(displayId); in testSetDisplayStateAfterBoot_powerModeOff() 412 verify(mSystemInterface).setDisplayState(displayId, false); in testSetDisplayStateAfterBoot_powerModeOff() 424 int displayId = mCarOccupantZoneService.getDisplayForOccupant( in testUpdateUserActivity_noUserAssignedInModeOn_shouldTurnOffDisplay() local [all …]
|
/packages/services/Car/service/src/com/android/car/pm/ |
D | BlockingUiCommandListenerMediator.java | 69 int displayId) { in registerBlockingUiCommandListener() argument 72 mDisplayToCarBlockingUiCommandListener.get(displayId); in registerBlockingUiCommandListener() 75 mDisplayToCarBlockingUiCommandListener.put(displayId, carBlockingUIRemoteCallbacks); in registerBlockingUiCommandListener() 89 int displayId = mDisplayToCarBlockingUiCommandListener.keyAt(i); in unregisterBlockingUiCommandListener() local 91 mDisplayToCarBlockingUiCommandListener.get(displayId); in unregisterBlockingUiCommandListener() 95 mDisplayToCarBlockingUiCommandListener.remove(displayId); in unregisterBlockingUiCommandListener() 113 int displayId = getDisplayId(taskInfo, lastKnownDisplayId); in finishBlockingUi() local 114 if (!mDisplayToCarBlockingUiCommandListener.contains(displayId)) { in finishBlockingUi() 115 Slogf.e(TAG, "No BlockingUI listeners for display Id %d", displayId); in finishBlockingUi() 118 addFinishBlockingUiTransitionLogLocked(taskInfo, displayId); in finishBlockingUi() [all …]
|
/packages/services/Car/service/src/com/android/car/power/ |
D | ScreenOffHandler.java | 167 int displayId = mDisplayPowerInfos.keyAt(i); in init() local 168 updateUserActivityLocked(displayId, eventTime); in init() 174 void handleDisplayStateChange(int displayId, boolean on) { in handleDisplayStateChange() argument 180 updateUserActivityLocked(displayId, mClock.uptimeMillis()); in handleDisplayStateChange() 185 void updateUserActivity(int displayId, long eventTime) { in updateUserActivity() argument 187 updateUserActivityLocked(displayId, eventTime); in updateUserActivity() 192 private void updateUserActivityLocked(int displayId, long eventTime) { in updateUserActivityLocked() argument 193 Slogf.d(TAG, "updateUserActivity, displayId=" + displayId + ", eventTime=" + eventTime); in updateUserActivityLocked() 200 DisplayPowerInfo info = mDisplayPowerInfos.get(displayId); in updateUserActivityLocked() 202 Slogf.w(TAG, "Display(id: %d) is not available", displayId); in updateUserActivityLocked() [all …]
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/display/ |
D | ExternalDisplaySettingsConfiguration.java | 160 public DisplayDevice getDisplay(int displayId) { in getDisplay() argument 161 if (displayId == INVALID_DISPLAY) { in getDisplay() 168 var display = dm.getDisplay(displayId); in getDisplay() 210 public boolean enableConnectedDisplay(int displayId) { in enableConnectedDisplay() argument 215 dm.enableConnectedDisplay(displayId); in enableConnectedDisplay() 222 public boolean disableConnectedDisplay(int displayId) { in disableConnectedDisplay() argument 227 dm.disableConnectedDisplay(displayId); in disableConnectedDisplay() 244 public int getDisplayUserRotation(int displayId) { in getDisplayUserRotation() argument 250 return wm.getDisplayUserRotation(displayId); in getDisplayUserRotation() 262 public boolean freezeDisplayRotation(int displayId, int rotation) { in freezeDisplayRotation() argument [all …]
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/users/ |
D | CarMUMDDisplayTrackerImpl.java | 74 public void onDisplayAdded(int displayId) { 79 CarMUMDDisplayTrackerImpl.this.onDisplayAdded(displayId, callbacks); 83 public void onDisplayRemoved(int displayId) { 88 CarMUMDDisplayTrackerImpl.this.onDisplayRemoved(displayId, callbacks); 92 public void onDisplayChanged(int displayId) { 97 CarMUMDDisplayTrackerImpl.this.onDisplayChanged(displayId, callbacks); 104 public void onDisplayAdded(int displayId) { 108 public void onDisplayRemoved(int displayId) { 112 public void onDisplayChanged(int displayId) { 117 CarMUMDDisplayTrackerImpl.this.onDisplayChanged(displayId, callbacks); [all …]
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/element/ |
D | CarSystemBarElementStatusBarDisableController.java | 49 public void disable(int displayId, int state1, int state2, boolean animate) { 50 refreshSystemBarDisabledStates(displayId, state1, state2); 69 public void addListener(@NonNull Listener listener, int displayId, in addListener() argument 74 DataItem item = new DataItem(listener, displayId, disableFlags, disable2Flags, in addListener() 97 int displayId, in refreshSystemBarDisabledStates() argument 100 int diff = mStatusBarStates.get(displayId) ^ disableFlags; in refreshSystemBarDisabledStates() 101 int diff2 = mStatusBar2States.get(displayId) ^ disable2Flags; in refreshSystemBarDisabledStates() 107 mStatusBarStates.put(displayId, disableFlags); in refreshSystemBarDisabledStates() 108 mStatusBar2States.put(displayId, disable2Flags); in refreshSystemBarDisabledStates() 113 item -> item.isAffectedByChange(displayId, diff, diff2, in refreshSystemBarDisabledStates() [all …]
|
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/ |
D | ClusterOsDoubleApplication.java | 72 public void onDisplayAdded(int displayId) { 74 if (clusterDisplayId == displayId) { 75 Log.d(TAG, "Display " + displayId + " was added. Starting cluster."); 76 onDisplayReadyForCluster(displayId); 81 public void onDisplayRemoved(int displayId) { 86 public void onDisplayChanged(int displayId) { 109 private void onDisplayReadyForCluster(int displayId) { in onDisplayReadyForCluster() argument 115 ActivityOptions options = ActivityOptions.makeBasic().setLaunchDisplayId(displayId); in onDisplayReadyForCluster() 120 int displayId = Display.INVALID_DISPLAY; in findClusterDisplayId() local 122 displayId = findDisplayByPort(mDisplayPort); in findClusterDisplayId() [all …]
|
/packages/apps/Launcher3/quickstep/src_protolog/com/android/quickstep/util/ |
D | ActiveGestureProtoLogProxy.java | 162 public static void logOnInputEventUserLocked(int displayId) { in logOnInputEventUserLocked() argument 165 displayId)); in logOnInputEventUserLocked() 169 displayId); in logOnInputEventUserLocked() 172 public static void logOnInputIgnoringFollowingEvents(int displayId) { in logOnInputIgnoringFollowingEvents() argument 176 + "Ignoring all following motion events.", displayId), in logOnInputIgnoringFollowingEvents() 182 + "Ignoring all following motion events.", displayId); in logOnInputIgnoringFollowingEvents() 185 public static void logOnInputEventThreeButtonNav(int displayId) { in logOnInputEventThreeButtonNav() argument 188 + "using 3-button nav and event is not a trackpad event", displayId)); in logOnInputEventThreeButtonNav() 192 + "using 3-button nav and event is not a trackpad event", displayId); in logOnInputEventThreeButtonNav() 331 int x, int y, int action, @NonNull String classification, int displayId) { in logOnInputEventActionUp() argument [all …]
|
/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/present/ |
D | PresentTestFragment.java | 110 public void onDisplayAdded(int displayId) { in setupListeners() 111 Log.d(TAG, "Display #" + displayId + " added."); in setupListeners() 116 public void onDisplayChanged(int displayId) { in setupListeners() 117 Log.d(TAG, "Display #" + displayId + " changed."); in setupListeners() 122 public void onDisplayRemoved(int displayId) { in setupListeners() 123 Log.d(TAG, "Display #" + displayId + " removed."); in setupListeners() 132 int displayId = presentation.getDisplay().getDisplayId(); in setupListeners() 133 Log.d(TAG, "Presentation on display #" + displayId + " was dismissed."); in setupListeners() 134 mActivePresentations.delete(displayId); in setupListeners() 206 final int displayId = display.getDisplayId(); in showPresentation() local [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | DisplayController.java | 175 public void onDisplayAdded(int displayId) { in DisplayController() 176 getOrCreatePerDisplayInfo(displayManager.getDisplay(displayId)); in DisplayController() 180 public void onDisplayChanged(int displayId) { in DisplayController() 184 public void onDisplayRemoved(int displayId) { in DisplayController() 185 removePerDisplayInfo(displayId); in DisplayController() 269 public void onIsInDesktopModeChanged(int displayId, boolean isInDesktopModeAndNotInOverview) { in onIsInDesktopModeChanged() argument 270 notifyConfigChange(displayId); in onIsInDesktopModeChanged() 303 private void onConfigurationChanged(Configuration config, int displayId) { in onConfigurationChanged() argument 305 PerDisplayInfo perDisplayInfo = mPerDisplayInfo.get(displayId); in onConfigurationChanged() 317 notifyConfigChange(displayId); in onConfigurationChanged() [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | PowerHalServiceUnitTest.java | 397 int displayId, displayPort; in testPerDisplayBrightnessChange_perDisplayMaxNotSupported() local 398 displayPort = displayId = 11; in testPerDisplayBrightnessChange_perDisplayMaxNotSupported() 399 Display display = createMockDisplay(displayId, displayPort); in testPerDisplayBrightnessChange_perDisplayMaxNotSupported() 401 when(mDisplayManager.getDisplay(displayId)).thenReturn(display); in testPerDisplayBrightnessChange_perDisplayMaxNotSupported() 409 .that(mEventListener.getDisplayBrightness(displayId)) in testPerDisplayBrightnessChange_perDisplayMaxNotSupported() 422 int displayId, displayPort; in testPerDisplayBrightnessChange_non100MaxBrightness_perDisplayMaxNotSupported() local 423 displayPort = displayId = 5; in testPerDisplayBrightnessChange_non100MaxBrightness_perDisplayMaxNotSupported() 424 Display display = createMockDisplay(displayId, displayPort); in testPerDisplayBrightnessChange_non100MaxBrightness_perDisplayMaxNotSupported() 426 when(mDisplayManager.getDisplay(displayId)).thenReturn(display); in testPerDisplayBrightnessChange_non100MaxBrightness_perDisplayMaxNotSupported() 437 .that(mEventListener.getDisplayBrightness(displayId)) in testPerDisplayBrightnessChange_non100MaxBrightness_perDisplayMaxNotSupported() [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/ |
D | DisplayInputLockTestFragment.java | 69 public void onDisplayAdded(int displayId) { 71 Log.d(TAG, "onDisplayAdded: display " + displayId); 73 Display display = mDisplayManager.getDisplay(displayId); 74 mDisplayInputLockItems.add(new DisplayInputLockItem(displayId, 80 public void onDisplayRemoved(int displayId) { 82 Log.d(TAG, "onDisplayRemoved: display " + displayId); 84 mDisplayInputLockItems.removeIf(item -> item.mDisplayId == displayId); 89 public void onDisplayChanged(int displayId) { 97 DisplayInputLockItem(int displayId, boolean isLockEnabled) { in DisplayInputLockItem() argument 98 mDisplayId = displayId; in DisplayInputLockItem() [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/ |
D | RecentsDisplayModel.kt | 71 display.displayId, in createDisplayResource() 77 fun getRecentsWindowManager(displayId: Int): RecentsWindowManager? { in getRecentsWindowManager() 78 if (DEBUG) Log.d(TAG, "getRecentsWindowManager for display $displayId") in getRecentsWindowManager() 79 return getDisplayResource(displayId)?.recentsWindowManager in getRecentsWindowManager() 82 fun getFallbackWindowInterface(displayId: Int): FallbackWindowInterface? { in getFallbackWindowInterface() 83 if (DEBUG) Log.d(TAG, "getFallbackWindowInterface for display $displayId") in getFallbackWindowInterface() 84 return getDisplayResource(displayId)?.fallbackWindowInterface in getFallbackWindowInterface() 87 fun getTaskAnimationManager(displayId: Int): TaskAnimationManager? { in getTaskAnimationManager() 88 return getDisplayResource(displayId)?.taskAnimationManager in getTaskAnimationManager() 98 val displayId: Int, in iterator() constant in RecentsDisplayResource [all …]
|