Home
last modified time | relevance | path

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

/aosp14/frameworks/base/location/java/android/location/
H A DLocation.java631 public @FloatRange(from = 0.0, to = 360.0, toInclusive = false) float getBearing() { in getBearing()
645 @FloatRange(fromInclusive = false, toInclusive = false) float bearingDegrees) { in setBearing() argument
/aosp14/frameworks/base/media/java/android/media/
H A DAudioTrack.java1652 @FloatRange(to = 48.f, toInclusive = true) float level) { in setAudioDescriptionMixLeveldB() argument
/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.txt20779 method @FloatRange(from=0.0, to=360.0, toInclusive=false) public float getBearing();
20823 method public void setBearing(@FloatRange(fromInclusive=false, toInclusive=false) float);
21894 …method public boolean setAudioDescriptionMixLeveldB(@FloatRange(to=48.0f, toInclusive=true) float);