Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplayMapper.java70 public static final int DISPLAY_GROUP_EVENT_REMOVED = 3; field in LogicalDisplayMapper
492 mDisplayGroupsToUpdate.put(groupId, DISPLAY_GROUP_EVENT_REMOVED); in updateLogicalDisplaysLocked()
513 sendUpdatesForGroupsLocked(DISPLAY_GROUP_EVENT_REMOVED); in updateLogicalDisplaysLocked()
558 if (msg == DISPLAY_GROUP_EVENT_REMOVED) { in sendUpdatesForGroupsLocked()
H A DDisplayManagerService.java1973 case LogicalDisplayMapper.DISPLAY_GROUP_EVENT_REMOVED: