Home
last modified time | relevance | path

Searched refs:isCameraCompatRefreshCycleThroughStopEnabled (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRefresherTests.java78 when(mLetterboxConfiguration.isCameraCompatRefreshCycleThroughStopEnabled()) in setUp()
149 when(mLetterboxConfiguration.isCameraCompatRefreshCycleThroughStopEnabled()) in testOnActivityConfigurationChanging_cycleThroughStopDisabled()
DCameraCompatFreeformPolicyTests.java108 when(mLetterboxConfiguration.isCameraCompatRefreshCycleThroughStopEnabled()) in setUp()
259 when(mLetterboxConfiguration.isCameraCompatRefreshCycleThroughStopEnabled()) in testOnActivityConfigurationChanging_cycleThroughStopDisabled()
DCameraStateMonitorTests.java97 when(mLetterboxConfiguration.isCameraCompatRefreshCycleThroughStopEnabled()) in setUp()
DDisplayRotationCompatPolicyTests.java110 when(mLetterboxConfiguration.isCameraCompatRefreshCycleThroughStopEnabled()) in setUp()
521 when(mLetterboxConfiguration.isCameraCompatRefreshCycleThroughStopEnabled()) in testOnActivityConfigurationChanging_cycleThroughStopDisabled()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRefresher.java79 .isCameraCompatRefreshCycleThroughStopEnabled() in onActivityConfigurationChanging()
DLetterboxConfiguration.java1326 boolean isCameraCompatRefreshCycleThroughStopEnabled() { in isCameraCompatRefreshCycleThroughStopEnabled() method in LetterboxConfiguration
DWindowManagerShellCommand.java1389 + mLetterboxConfiguration.isCameraCompatRefreshCycleThroughStopEnabled()); in runGetLetterboxStyle()