Home
last modified time | relevance | path

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

/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/pullrefresh/
DPullRefreshStateTest.kt88 lateinit var state: PullRefreshState in pullLessThanOrEqualToThreshold_doesNot_triggerRefresh()
127 lateinit var state: PullRefreshState in progressAndPosition_scaleCorrectly_untilThreshold()
178 lateinit var state: PullRefreshState in progressAndPosition_scaleCorrectly_beyondThreshold()
223 lateinit var state: PullRefreshState in positionIsCapped()
259 lateinit var state: PullRefreshState in pullInterrupted()
309 lateinit var state: PullRefreshState in pullBeyondThreshold_refreshingNotChangedToTrue_animatePositionBackToZero()
347 lateinit var state: PullRefreshState in thresholdAndRefreshingOffsetUpdated()
377 lateinit var state: PullRefreshState in nestedPreScroll_negativeDelta_notRefreshing()
421 lateinit var state: PullRefreshState in nestedPreScroll_negativeDelta_refreshing()
453 lateinit var state: PullRefreshState in nestedPreScroll_positiveDelta_notRefreshing()
[all …]
DPullRefreshIndicatorTransformTest.kt88 lateinit var state: PullRefreshState in indicatorPartiallyClippedWhenPartiallyDisplayed()
141 lateinit var state: PullRefreshState in indicatorNotClippedWhenFullyDisplayed()
DPullRefreshIndicatorTest.kt164 lateinit var state: PullRefreshState in indicatorDoesNotCapturePointerEvents()
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/pullrefresh/
DPullRefreshState.kt62 ): PullRefreshState { in <lambda>()
76 remember(scope) { PullRefreshState(scope, onRefreshState, refreshingOffsetPx, thresholdPx) } in <lambda>()
101 class PullRefreshState class
DPullRefreshIndicator.kt77 state: PullRefreshState, in <lambda>()
126 state: PullRefreshState, in CircularArrowIndicator()
DPullRefreshIndicatorTransform.kt38 state: PullRefreshState, in pullRefreshIndicatorTransform()
DPullRefresh.kt40 fun Modifier.pullRefresh(state: PullRefreshState, enabled: Boolean = true) = in pullRefresh()
/compose/material/material/api/
D1.3.0-beta03.txt942 …Indicator(boolean refreshing, androidx.compose.material.pullrefresh.PullRefreshState state, option…
946 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
950 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
954 @androidx.compose.material.ExperimentalMaterialApi public final class PullRefreshState {
960 …time.Composable public static androidx.compose.material.pullrefresh.PullRefreshState rememberPullR…
D1.3.0-beta04.txt942 …Indicator(boolean refreshing, androidx.compose.material.pullrefresh.PullRefreshState state, option…
946 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
950 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
954 @androidx.compose.material.ExperimentalMaterialApi public final class PullRefreshState {
960 …time.Composable public static androidx.compose.material.pullrefresh.PullRefreshState rememberPullR…
D1.4.0-beta01.txt926 …Indicator(boolean refreshing, androidx.compose.material.pullrefresh.PullRefreshState state, option…
930 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
934 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
938 @androidx.compose.material.ExperimentalMaterialApi public final class PullRefreshState {
944 …time.Composable public static androidx.compose.material.pullrefresh.PullRefreshState rememberPullR…
D1.4.0-beta02.txt926 …Indicator(boolean refreshing, androidx.compose.material.pullrefresh.PullRefreshState state, option…
930 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
934 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
938 @androidx.compose.material.ExperimentalMaterialApi public final class PullRefreshState {
944 …time.Composable public static androidx.compose.material.pullrefresh.PullRefreshState rememberPullR…
D1.5.0-beta01.txt939 …Indicator(boolean refreshing, androidx.compose.material.pullrefresh.PullRefreshState state, option…
943 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
947 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
951 @androidx.compose.material.ExperimentalMaterialApi public final class PullRefreshState {
957 …time.Composable public static androidx.compose.material.pullrefresh.PullRefreshState rememberPullR…
Drestricted_1.8.0-beta01.txt1023 …Indicator(boolean refreshing, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1027 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1031 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1035 …patibility @androidx.compose.material.ExperimentalMaterialApi public final class PullRefreshState {
1041 …time.Composable public static androidx.compose.material.pullrefresh.PullRefreshState rememberPullR…
D1.7.0-beta01.txt999 …Indicator(boolean refreshing, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1003 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1007 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1011 …patibility @androidx.compose.material.ExperimentalMaterialApi public final class PullRefreshState {
1017 …time.Composable public static androidx.compose.material.pullrefresh.PullRefreshState rememberPullR…
Drestricted_1.6.0-beta01.txt971 …Indicator(boolean refreshing, androidx.compose.material.pullrefresh.PullRefreshState state, option…
975 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
979 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
983 …patibility @androidx.compose.material.ExperimentalMaterialApi public final class PullRefreshState {
989 …time.Composable public static androidx.compose.material.pullrefresh.PullRefreshState rememberPullR…
D1.7.0-beta02.txt999 …Indicator(boolean refreshing, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1003 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1007 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1011 …patibility @androidx.compose.material.ExperimentalMaterialApi public final class PullRefreshState {
1017 …time.Composable public static androidx.compose.material.pullrefresh.PullRefreshState rememberPullR…
D1.8.0-beta01.txt1023 …Indicator(boolean refreshing, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1027 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1031 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1035 …patibility @androidx.compose.material.ExperimentalMaterialApi public final class PullRefreshState {
1041 …time.Composable public static androidx.compose.material.pullrefresh.PullRefreshState rememberPullR…
Drestricted_1.7.0-beta01.txt999 …Indicator(boolean refreshing, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1003 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1007 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1011 …patibility @androidx.compose.material.ExperimentalMaterialApi public final class PullRefreshState {
1017 …time.Composable public static androidx.compose.material.pullrefresh.PullRefreshState rememberPullR…
Drestricted_1.7.0-beta02.txt999 …Indicator(boolean refreshing, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1003 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1007 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1011 …patibility @androidx.compose.material.ExperimentalMaterialApi public final class PullRefreshState {
1017 …time.Composable public static androidx.compose.material.pullrefresh.PullRefreshState rememberPullR…
D1.6.0-beta01.txt971 …Indicator(boolean refreshing, androidx.compose.material.pullrefresh.PullRefreshState state, option…
975 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
979 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
983 …patibility @androidx.compose.material.ExperimentalMaterialApi public final class PullRefreshState {
989 …time.Composable public static androidx.compose.material.pullrefresh.PullRefreshState rememberPullR…
Dcurrent.txt1024 …Indicator(boolean refreshing, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1028 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1032 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1036 …patibility @androidx.compose.material.ExperimentalMaterialApi public final class PullRefreshState {
1042 …time.Composable public static androidx.compose.material.pullrefresh.PullRefreshState rememberPullR…
Drestricted_current.txt1024 …Indicator(boolean refreshing, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1028 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1032 …androidx.compose.ui.Modifier, androidx.compose.material.pullrefresh.PullRefreshState state, option…
1036 …patibility @androidx.compose.material.ExperimentalMaterialApi public final class PullRefreshState {
1042 …time.Composable public static androidx.compose.material.pullrefresh.PullRefreshState rememberPullR…