Home
last modified time | relevance | path

Searched defs:animationSpec (Results 1 – 4 of 4) sorted by relevance

/external/accompanist/placeholder/src/main/java/com/google/accompanist/placeholder/
DPlaceholderHighlight.kt47 public val animationSpec: InfiniteRepeatableSpec<Float>? constant
127 override val animationSpec: InfiniteRepeatableSpec<Float>, in brush() constant in com.google.accompanist.placeholder.Fade
137 override val animationSpec: InfiniteRepeatableSpec<Float>, constant in com.google.accompanist.placeholder.Shimmer
DPlaceholder.kt163 val animationSpec = highlight?.animationSpec in <lambda>() constant
/external/accompanist/navigation-material/src/androidTest/java/com/google/accompanist/navigation.material/
DBottomSheetNavigatorTest.kt590 val animationSpec = tween<Float>(animationDuration) in <lambda>() constant
635 val animationSpec = tween<Float>(animationDuration) in <lambda>() constant
692 val animationSpec = tween<Float>(animationDuration) in <lambda>() constant
/external/accompanist/placeholder/src/sharedTest/kotlin/com/google/accompanist/placeholder/
DPlaceholderTest.kt337 override val animationSpec: InfiniteRepeatableSpec<Float> = infiniteRepeatable( constant in com.google.accompanist.placeholder.Solid