Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java336 float orientationVectorY = (float) (-Math.cos(ps.mCoords.orientation) in onDraw() local
343 ps.mCoords.y + orientationVectorY, in onDraw()
349 ps.mCoords.y - orientationVectorY, in onDraw()
351 ps.mCoords.y + orientationVectorY, in onDraw()
360 ps.mCoords.y + orientationVectorY * tiltScale, in onDraw()