Searched refs:endSize (Results 1 – 6 of 6) sorted by relevance
358 endSize: CornerSize = ShapeDefaults.CornerNone in start()360 return copy(topEnd = endSize, bottomEnd = endSize) in start()
76 .animateContentSize { startSize, endSize -> println("$startSize -> $endSize") } in MyText() method
117 endSize -> in <lambda>() method119 animationEndSize = endSize in <lambda>()
1140 val endSize = it.size(fullSize) in targetOffsetByState() constant1142 alignment!!.align(fullSize, endSize, LayoutDirection.Ltr) in targetOffsetByState()1144 currentAlignment!!.align(fullSize, endSize, LayoutDirection.Ltr) in targetOffsetByState()
148 var listener: ((startSize: IntSize, endSize: IntSize) -> Unit)? = null
858 val endSize = 400 in <lambda>() constant879 size = endSize in <lambda>()905 assertEquals(endSize, this.width) in <lambda>()906 assertEquals(endSize, this.height) in <lambda>()