Searched refs:mPointerYZoomScale (Results 1 – 2 of 2) sorted by relevance
530 float mPointerYZoomScale; variable
345 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()