Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h530 float mPointerYZoomScale; variable
H A DTouchInputMapper.cpp345 dump += StringPrintf(INDENT4 "YZoomScale: %0.3f\n", mPointerYZoomScale); in dump()
1061 mPointerYZoomScale = mPointerXZoomScale; in configureSurface()
3118 dist[id] = hypotf(delta.dx * mPointerXZoomScale, delta.dy * mPointerYZoomScale); in preparePointerGestures()
3169 float dy1 = delta1.dy * mPointerYZoomScale; in preparePointerGestures()
3171 float dy2 = delta2.dy * mPointerYZoomScale; in preparePointerGestures()
3341 float deltaY = (pointer.y - mPointerGesture.referenceTouchY) * mPointerYZoomScale; in preparePointerGestures()