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.java405 float orientationVectorY = (float) (-Math.cos(ps.mCoords.orientation) in onDraw() local
412 ps.mCoords.y + orientationVectorY, in onDraw()
418 ps.mCoords.y - orientationVectorY, in onDraw()
420 ps.mCoords.y + orientationVectorY, in onDraw()
429 ps.mCoords.y + orientationVectorY * tiltScale, in onDraw()