Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3038 mPointerYZoomScale); in dump()
3638 mPointerYZoomScale = mPointerXZoomScale; in configureSurface()
5691 delta.dy * mPointerYZoomScale); in preparePointerGestures()
5741 float dy1 = delta1.dy * mPointerYZoomScale; in preparePointerGestures()
5743 float dy2 = delta2.dy * mPointerYZoomScale; in preparePointerGestures()
5920 * mPointerYZoomScale; in preparePointerGestures()
DInputReader.h1636 float mPointerYZoomScale; variable