Home
last modified time | relevance | path

Searched refs:setFrameRate (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DFrameRateSelectionPriorityTests.java111 verify(appWindow.getPendingTransaction(), never()).setFrameRate( in basicTest()
141 verify(appWindow.getPendingTransaction(), never()).setFrameRate( in testApplicationInFocusWithoutModeId()
178 verify(appWindow.getPendingTransaction(), never()).setFrameRate( in testApplicationInFocusWithModeId()
205 verify(appWindow.getPendingTransaction(), never()).setFrameRate( in testApplicationNotInFocusWithModeId()
230 verify(appWindow.getPendingTransaction(), never()).setFrameRate( in testApplicationNotInFocusWithoutModeId()
256 verify(appWindow.getPendingTransaction(), times(1)).setFrameRate( in testDenyListPreferredRefreshRate()
284 verify(appWindow.getPendingTransaction(), never()).setFrameRate( in testSwitchingTypeNone()
310 verify(appWindow.getPendingTransaction(), times(1)).setFrameRate( in testAppPreferredRefreshRate()
/aosp14/frameworks/base/media/java/android/media/
H A DSyncParams.java261 public SyncParams setFrameRate(float frameRate) { in setFrameRate() method in SyncParams
/aosp14/frameworks/base/core/java/android/view/
H A DSurface.java991 public void setFrameRate(@FloatRange(from = 0.0) float frameRate, in setFrameRate() method in Surface
1038 public void setFrameRate( in setFrameRate() method in Surface
1040 setFrameRate(frameRate, compatibility, CHANGE_FRAME_RATE_ONLY_IF_SEAMLESS); in setFrameRate()
H A DSurfaceControl.java3536 public Transaction setFrameRate(@NonNull SurfaceControl sc, in setFrameRate() method in SurfaceControl.Transaction
3539 return setFrameRate(sc, frameRate, compatibility, in setFrameRate()
3577 public Transaction setFrameRate(@NonNull SurfaceControl sc, in setFrameRate() method in SurfaceControl.Transaction
/aosp14/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/
H A DAttachedChoreographerNativeTest.java135 .setFrameRate(surfaceControl, expectedFrameRate, in test_choreographer_callbacksForVariousFrameRates()
H A DAttachedChoreographerTest.java397 transaction.setFrameRate(sc, fps, Surface.FRAME_RATE_COMPATIBILITY_FIXED_SOURCE) in testChoreographerDivisorRefreshRate()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/
H A DStubTransaction.java259 public SurfaceControl.Transaction setFrameRate(SurfaceControl sc, float frameRate, in setFrameRate() method in StubTransaction
/aosp14/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
H A DStubTransaction.java259 public SurfaceControl.Transaction setFrameRate(SurfaceControl sc, float frameRate, in setFrameRate() method in StubTransaction
/aosp14/frameworks/base/native/android/
H A Dsurface_control.cpp684 transaction->setFrameRate(surfaceControl, frameRate, compatibility, changeFrameRateStrategy); in ASurfaceTransaction_setFrameRateWithChangeStrategy()
693 transaction->setFrameRate(surfaceControl, 0, ANATIVEWINDOW_FRAME_RATE_COMPATIBILITY_DEFAULT, in ASurfaceTransaction_clearFrameRate()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp950 transaction->setFrameRate(ctrl, frameRate, static_cast<int8_t>(compatibility), in nativeSetFrameRate()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java5186 getPendingTransaction().setFrameRate( in updateFrameRateSelectionPriorityIfNeeded()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt25053 method public android.media.SyncParams setFrameRate(float);
51732 method public void setFrameRate(@FloatRange(from=0.0) float, int, int);
51733 method public void setFrameRate(@FloatRange(from=0.0) float, int);
51799 …method @NonNull public android.view.SurfaceControl.Transaction setFrameRate(@NonNull android.view.…
51800 …method @NonNull public android.view.SurfaceControl.Transaction setFrameRate(@NonNull android.view.…