Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java2072 public final RefreshRateRanges appRequestRanges; field in SurfaceControl.DesiredDisplayModeSpecs
2076 this.appRequestRanges = new RefreshRateRanges(); in DesiredDisplayModeSpecs()
2081 this.appRequestRanges = new RefreshRateRanges(); in DesiredDisplayModeSpecs()
2086 RefreshRateRanges primaryRanges, RefreshRateRanges appRequestRanges) { in DesiredDisplayModeSpecs() argument
2091 this.appRequestRanges = in DesiredDisplayModeSpecs()
2092 new RefreshRateRanges(appRequestRanges.physical, appRequestRanges.render); in DesiredDisplayModeSpecs()
2107 && appRequestRanges.equals(other.appRequestRanges); in equals()
2122 appRequestRanges.copyFrom(other.appRequestRanges); in copyFrom()
2130 + " appRequestRanges=" + appRequestRanges; in toString()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp213 jfieldID appRequestRanges; member
1335 specs.appRequestRanges = in nativeSetDesiredDisplayModeSpecs()
1337 gDesiredDisplayModeSpecsClassInfo.appRequestRanges)); in nativeSetDesiredDisplayModeSpecs()
1366 rangesToJava(specs.appRequestRanges)); in nativeGetDesiredDisplayModeSpecs()
2496 gDesiredDisplayModeSpecsClassInfo.appRequestRanges = in register_android_view_SurfaceControl()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java408 || !mDisplayModeSpecs.appRequest.equals(modeSpecs.appRequestRanges)) { in updateDisplayModesLocked()