Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h515 float mPointerYZoomScale; variable
DTouchInputMapper.cpp289 dump += StringPrintf(INDENT4 "YZoomScale: %0.3f\n", mPointerYZoomScale); in dump()
1065 mPointerYZoomScale = mPointerXZoomScale; in configureInputDevice()
3150 dist[id] = hypotf(delta.dx * mPointerXZoomScale, delta.dy * mPointerYZoomScale); in prepareMultiFingerPointerGestures()
3199 float dy1 = delta1.dy * mPointerYZoomScale; in prepareMultiFingerPointerGestures()
3201 float dy2 = delta2.dy * mPointerYZoomScale; in prepareMultiFingerPointerGestures()
3369 float deltaY = (pointer.y - mPointerGesture.referenceTouchY) * mPointerYZoomScale; in prepareMultiFingerPointerGestures()