Searched refs:mPointerYZoomScale (Results 1 – 2 of 2) sorted by relevance
516 float mPointerYZoomScale; variable
319 dump += StringPrintf(INDENT4 "YZoomScale: %0.3f\n", mPointerYZoomScale); in dump()1013 mPointerYZoomScale = mPointerXZoomScale; in configureSurface()3014 dist[id] = hypotf(delta.dx * mPointerXZoomScale, delta.dy * mPointerYZoomScale); in preparePointerGestures()3065 float dy1 = delta1.dy * mPointerYZoomScale; in preparePointerGestures()3067 float dy2 = delta2.dy * mPointerYZoomScale; in preparePointerGestures()3237 float deltaY = (pointer.y - mPointerGesture.referenceTouchY) * mPointerYZoomScale; in preparePointerGestures()