Home
last modified time | relevance | path

Searched refs:MatchContentFrameRateType (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/display/
H A DDisplayManager.java486 public @interface MatchContentFrameRateType {} annotation in DisplayManager
1534 @MatchContentFrameRateType public int getMatchContentFrameRateUserPreference() { in getMatchContentFrameRateUserPreference()
1538 @MatchContentFrameRateType
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerShellCommand.java401 @DisplayManager.MatchContentFrameRateType int matchContentFrameRateType) { in toRefreshRateSwitchingType()