Searched refs:LAYER_PRIORITY_UNSET (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | FrameRateSelectionPriorityTests.java | 96 assertEquals(appWindow.mFrameRateSelectionPriority, RefreshRatePolicy.LAYER_PRIORITY_UNSET); in basicTest() 101 assertEquals(appWindow.mFrameRateSelectionPriority, RefreshRatePolicy.LAYER_PRIORITY_UNSET); in basicTest() 118 assertEquals(appWindow.mFrameRateSelectionPriority, RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationInFocusWithoutModeId() 128 assertEquals(appWindow.mFrameRateSelectionPriority, RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationInFocusWithoutModeId() 131 appWindow.getSurfaceControl(), RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationInFocusWithoutModeId() 148 assertEquals(appWindow.mFrameRateSelectionPriority, RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationInFocusWithModeId() 173 appWindow.getSurfaceControl(), RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationInFocusWithModeId() 191 assertEquals(appWindow.mFrameRateSelectionPriority, RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationNotInFocusWithModeId() 202 appWindow.getSurfaceControl(), RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationNotInFocusWithModeId() 229 appWindow.getSurfaceControl(), RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationNotInFocusWithoutModeId() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | RefreshRatePolicy.java | 73 static final int LAYER_PRIORITY_UNSET = -1; field in RefreshRatePolicy 186 return LAYER_PRIORITY_UNSET; in calculatePriority()
|
H A D | WindowState.java | 747 int mFrameRateSelectionPriority = RefreshRatePolicy.LAYER_PRIORITY_UNSET;
|