Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3218 mPointerYZoomScale); in dump()
3911 mPointerYZoomScale = mPointerXZoomScale; in configureSurface()
5978 delta.dy * mPointerYZoomScale); in preparePointerGestures()
6028 float dy1 = delta1.dy * mPointerYZoomScale; in preparePointerGestures()
6030 float dy2 = delta2.dy * mPointerYZoomScale; in preparePointerGestures()
6203 * mPointerYZoomScale; in preparePointerGestures()
DInputReader.h1398 float mPointerYZoomScale; variable