Home
last modified time | relevance | path

Searched defs:lastCoords (Results 1 – 2 of 2) 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
175 val lastCoords = lastCoords ?: error("draw() was called before onGloballyPositioned()") in holeOffset() constant
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h694 PointerCoords lastCoords; member