Home
last modified time | relevance | path

Searched refs:fFlinger (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tools/viewer/
DTouchGesture.h25 bool isActive() { return fFlinger.isActive(); } in isActive()
26 void stop() { fFlinger.stop(); } in stop()
75 FlingState fFlinger; variable
DTouchGesture.cpp132 if (fFlinger.isActive()) { in localM()
133 if (!fFlinger.evaluateMatrix(&fLocalM)) { in localM()
163 fFlinger.stop(); in touchBegin()
284 fFlinger.reset(dx / dur, dy / dur); in touchEnd()
304 if (fFlinger.isActive()) { in isFling()
306 fFlinger.get(dir, &speed); in isFling()
333 fFlinger.stop(); in handleDblTap()
/external/skia/tools/viewer/
DTouchGesture.h25 bool isActive() { return fFlinger.isActive(); } in isActive()
26 void stop() { fFlinger.stop(); } in stop()
79 FlingState fFlinger; variable
DTouchGesture.cpp132 if (fFlinger.isActive()) { in localM()
133 if (!fFlinger.evaluateMatrix(&fLocalM)) { in localM()
163 fFlinger.stop(); in touchBegin()
283 fFlinger.reset(dx / dur, dy / dur); in touchEnd()
301 if (fFlinger.isActive()) { in isFling()
303 fFlinger.get(dir, &speed); in isFling()
330 fFlinger.stop(); in handleDblTap()