Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/
H A DInput.cpp600 float currYOffset = mTransform.ty(); in offsetLocation() local
601 mTransform.set(currXOffset + xOffset, currYOffset + yOffset); in offsetLocation()