Home
last modified time | relevance | path

Searched refs:lastCoords (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DPunchHole.kt161 private var lastCoords: LayoutCoordinates? = null variable in com.android.compose.animation.scene.PunchHoleWithBoundsNode
164 this.lastCoords = coordinates in onGloballyPositioned()
175 val lastCoords = lastCoords ?: error("draw() was called before onGloballyPositioned()") in holeOffset() constant
176 return lastCoords.localPositionOf(holeCoords, relativeToSource = Offset.Zero) in holeOffset()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h694 PointerCoords lastCoords; member
715 lastCoords.clear(); in reset()
DTouchInputMapper.cpp3502 &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()