Searched defs:expandFraction (Results 1 – 4 of 4) sorted by relevance
122 val expandFraction by collectLastValue(scrollViewModel.expandFraction) in <lambda>() constant163 val expandFraction by collectLastValue(scrollViewModel.expandFraction) in <lambda>() constant179 val expandFraction by collectLastValue(scrollViewModel.expandFraction) in <lambda>() constant
76 val expandFraction: Flow<Float> = shadeInteractor.anyExpansion.dumpValue("expandFraction") constant
63 val expandFraction: Flow<Float> = in <lambda>() constant
171 float expandFraction = 0.9f; in animateLongPress() local