Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/location/
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
/frameworks/base/media/java/android/media/
DAudioTrack.java1653 @FloatRange(to = 48.f, toInclusive = true) float level) { in setAudioDescriptionMixLeveldB() argument
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt21007 method @FloatRange(from=0.0, to=360.0, toInclusive=false) public float getBearing();
21051 method public void setBearing(@FloatRange(fromInclusive=false, toInclusive=false) float);
21910 …method public boolean setAudioDescriptionMixLeveldB(@FloatRange(to=48.0f, toInclusive=true) float);