Searched refs:lastCoords (Results 1 – 3 of 3) sorted by relevance
161 private var lastCoords: LayoutCoordinates? = null variable in com.android.compose.animation.scene.PunchHoleWithBoundsNode164 this.lastCoords = coordinates in onGloballyPositioned()175 val lastCoords = lastCoords ?: error("draw() was called before onGloballyPositioned()") in holeOffset() constant176 return lastCoords.localPositionOf(holeCoords, relativeToSource = Offset.Zero) in holeOffset()
694 PointerCoords lastCoords; member715 lastCoords.clear(); in reset()
3502 &mPointerSimple.lastProperties, &mPointerSimple.lastCoords, in dispatchPointerSimple()3518 &mPointerSimple.lastCoords, mOrientedXPrecision, in dispatchPointerSimple()3602 mPointerSimple.lastCoords = mPointerSimple.currentCoords; in dispatchPointerSimple()3624 &mPointerSimple.lastProperties, &mPointerSimple.lastCoords, in abortPointerSimple()