Searched refs:targetInsets (Results 1 – 1 of 1) sorted by relevance
238 val targetInsets = Rect() in <lambda>() constant239 target.background.getPadding(targetInsets) in <lambda>()246 val startLeft = from.left - fromInsets.left + targetInsets.left in <lambda>()247 val startTop = from.top - fromInsets.top + targetInsets.top in <lambda>()248 val startRight = from.right - fromInsets.right + targetInsets.right in <lambda>()249 val startBottom = from.bottom - fromInsets.bottom + targetInsets.bottom in <lambda>()252 val endLeft = to.left - toInsets.left + targetInsets.left in <lambda>()253 val endTop = to.top - toInsets.top + targetInsets.top in <lambda>()254 val endRight = to.right - toInsets.right + targetInsets.right in <lambda>()255 val endBottom = to.bottom - toInsets.bottom + targetInsets.bottom in <lambda>()