This site requires javascript.
Android Code Search
file:androidx/health/connect/client/units/Volume.kt symbol:fluidOuncesUs
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
health/connect/connect-client/src/main/java/androidx/health/connect/client/units/
Volume.kt
content_copy
Preview
42:
43:
44:
@
get
:JvmName(
"getFluidOuncesUs"
)
val
in
FluidOuncesUs
: Double
get
() = get(type = Type.FLUID_OUNCES_US)
83:
84:
85:
/** Creates [Volume] with the specified value in US fluid ounces. */
@JvmStatic
fun
fluidOuncesUs
(value: Double): Volume = Volume(value, Type.FLUID_OUNCES_US)
}
147:
148:
149:
@
get
:JvmSynthetic
val
Double.
fluidOuncesUs
: Volume
get
() = Volume.fluidOuncesUs(value = this)
152:
153:
154:
@
get
:JvmSynthetic
val
Long.
fluidOuncesUs
: Volume
get
() = toDouble().fluidOuncesUs
157:
158:
159:
@
get
:JvmSynthetic
val
Float.
fluidOuncesUs
: Volume
get
() = toDouble().fluidOuncesUs
162:
163:
164:
@
get
:JvmSynthetic
val
Int.
fluidOuncesUs
: Volume
get
() = toDouble().fluidOuncesUs
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main