Home
last modified time | relevance | path

Searched refs:INVALID_DISPLAY_GROUP (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplayMapper.java358 return Display.INVALID_DISPLAY_GROUP; in getDisplayGroupIdFromDisplayIdLocked()
369 return Display.INVALID_DISPLAY_GROUP; in getDisplayGroupIdFromDisplayIdLocked()
1000 if (groupId == Display.INVALID_DISPLAY_GROUP in assignDisplayGroupLocked()
DLogicalDisplay.java90 private int mDisplayGroupId = Display.INVALID_DISPLAY_GROUP;
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java1768 if (powerGroupId == Display.INVALID_DISPLAY_GROUP) {
2077 if (groupId == Display.INVALID_DISPLAY_GROUP) {
2779 if (groupId == null || (groupId != Display.INVALID_DISPLAY_GROUP
2788 if (groupId != Display.INVALID_DISPLAY_GROUP) {
5488 return Display.INVALID_DISPLAY_GROUP;
6055 if (groupId == Display.INVALID_DISPLAY_GROUP) {
/frameworks/base/core/java/android/view/
DDisplay.java161 public static final int INVALID_DISPLAY_GROUP = -1; field in Display