This site requires javascript.
Android Code Search
file:androidx/compose/animation/core/VisibilityThresholds.kt symbol:VisibilityThreshold
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
compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
VisibilityThresholds.kt
content_copy
Preview
28:
29:
30:
private
const
val
Dp
VisibilityThreshold
=
0.1f
private
const
val
Px
VisibilityThreshold
=
0.5f
38:
39:
40:
*/
public
val
IntOffset.Companion.
VisibilityThreshold
: IntOffset
get
() = IntOffset(
1
,
1
)
46:
47:
48:
*/
public
val
Offset.Companion.
VisibilityThreshold
: Offset
get
() = Offset(PxVisibilityThreshold, PxVisibilityThreshold)
54:
55:
56:
*/
public
val
Int.Companion.
VisibilityThreshold
: Int
get
() =
1
62:
63:
64:
*/
public
val
Dp.Companion.
VisibilityThreshold
: Dp
get
() = DpVisibilityThreshold.dp
70:
71:
72:
*/
public
val
DpOffset.Companion.
VisibilityThreshold
: DpOffset
get
() = DpOffset(Dp.VisibilityThreshold, Dp.VisibilityThreshold)
78:
79:
80:
*/
public
val
Size.Companion.
VisibilityThreshold
: Size
get
() = Size(PxVisibilityThreshold, PxVisibilityThreshold)
86:
87:
88:
*/
public
val
IntSize.Companion.
VisibilityThreshold
: IntSize
get
() = IntSize(
1
,
1
)
94:
95:
96:
*/
public
val
Rect.Companion.
VisibilityThreshold
: Rect
get
() = RectVisibilityThreshold
unfold_more
Show 2 more matching lines
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