Home
last modified time | relevance | path

Searched refs:LAYER_PRIORITY_UNSET (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DFrameRateSelectionPriorityTests.java87 assertEquals(appWindow.mFrameRateSelectionPriority, RefreshRatePolicy.LAYER_PRIORITY_UNSET); in basicTest()
92 assertEquals(appWindow.mFrameRateSelectionPriority, RefreshRatePolicy.LAYER_PRIORITY_UNSET); in basicTest()
109 assertEquals(appWindow.mFrameRateSelectionPriority, RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationInFocusWithoutModeId()
120 assertEquals(appWindow.mFrameRateSelectionPriority, RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationInFocusWithoutModeId()
123 appWindow.getSurfaceControl(), RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationInFocusWithoutModeId()
140 assertEquals(appWindow.mFrameRateSelectionPriority, RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationInFocusWithModeId()
165 appWindow.getSurfaceControl(), RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationInFocusWithModeId()
177 assertEquals(appWindow.mFrameRateSelectionPriority, RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationNotInFocusWithModeId()
185 assertEquals(appWindow.mFrameRateSelectionPriority, RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationNotInFocusWithModeId()
196 appWindow.getSurfaceControl(), RefreshRatePolicy.LAYER_PRIORITY_UNSET); in testApplicationNotInFocusWithModeId()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DRefreshRatePolicy.java42 static final int LAYER_PRIORITY_UNSET = -1; field in RefreshRatePolicy
122 return LAYER_PRIORITY_UNSET; in calculatePriority()
DWindowState.java766 int mFrameRateSelectionPriority = RefreshRatePolicy.LAYER_PRIORITY_UNSET;