Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerInternal.java50 public @interface RefreshRateLimitType {} annotation in DisplayManagerInternal
672 @RefreshRateLimitType public int type;
677 public RefreshRateLimitation(@RefreshRateLimitType int type, float min, float max) { in RefreshRateLimitation()