Searched refs:mPointerYZoomScale (Results 1 – 2 of 2) sorted by relevance
580 float mPointerYZoomScale; variable
324 dump += StringPrintf(INDENT4 "YZoomScale: %0.3f\n", mPointerYZoomScale); in dump()1026 mPointerYZoomScale = mPointerXZoomScale; in configureSurface()3055 dist[id] = hypotf(delta.dx * mPointerXZoomScale, delta.dy * mPointerYZoomScale); in preparePointerGestures()3106 float dy1 = delta1.dy * mPointerYZoomScale; in preparePointerGestures()3108 float dy2 = delta2.dy * mPointerYZoomScale; in preparePointerGestures()3278 float deltaY = (pointer.y - mPointerGesture.referenceTouchY) * mPointerYZoomScale; in preparePointerGestures()