Home
last modified time | relevance | path

Searched refs:EVENT_FLAG_DISPLAY_REMOVED (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/hardware/display/
DDisplayManagerGlobalTest.java60 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED;
142 ALL_DISPLAY_EVENTS & ~DisplayManager.EVENT_FLAG_DISPLAY_REMOVED, null); in testDisplayListenerIsNotCalled_WhenClientIsNotSubscribed()
200 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED, null /* packageName */); in testHandleDisplayChangeFromWindowManager()
/frameworks/base/services/core/java/com/android/server/display/mode/
DProximitySensorObserver.java76 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED); in observe()
DSkinThermalStatusObserver.java89 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED); in observe()
DDisplayModeDirector.java2763 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED); in observe()
/frameworks/base/packages/SystemUI/src/com/android/systemui/display/data/repository/
DDisplayRepository.kt25 import android.hardware.display.DisplayManager.EVENT_FLAG_DISPLAY_REMOVED in <lambda>()
127 EVENT_FLAG_DISPLAY_REMOVED, in <lambda>()
/frameworks/base/core/java/android/hardware/display/
DDisplayManager.java573 EVENT_FLAG_DISPLAY_REMOVED,
597 public static final long EVENT_FLAG_DISPLAY_REMOVED = 1L << 1; field in DisplayManager
764 | EVENT_FLAG_DISPLAY_CHANGED | EVENT_FLAG_DISPLAY_REMOVED); in registerDisplayListener()
DDisplayManagerGlobal.java462 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED; in calculateEventsMaskLocked()
1307 if ((mEventsMask & DisplayManager.EVENT_FLAG_DISPLAY_REMOVED) != 0) { in handleDisplayEventInner()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/display/data/repository/
DDisplayRepositoryTest.kt502 DisplayManager.EVENT_FLAG_DISPLAY_REMOVED in <lambda>()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DDisplayModeDirectorTest.java2625 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED)); in testProximitySensorVoting()
2687 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED)); in testHbmVoting_forHdr()
2810 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED)); in testHbmVoting_forSunlight()
2885 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED)); in testHbmVoting_forSunlight_NoLimitation()
2925 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED)); in testHbmVoting_HbmUnsupported()
3010 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED)); in testHbmVoting_forSunlightAndHdr()
3049 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED)); in testHbmVoting_RemovedDisplay()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DDisplayManagerServiceTest.java194 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED;
2253 & ~DisplayManager.EVENT_FLAG_DISPLAY_REMOVED;
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java3778 return (mask & DisplayManager.EVENT_FLAG_DISPLAY_REMOVED) != 0; in shouldSendEvent()
3898 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED); in registerCallback()
/frameworks/base/core/java/android/view/
DViewRootImpl.java1813 | DisplayManager.EVENT_FLAG_DISPLAY_REMOVED,