Searched refs:fFlinger (Results 1 – 4 of 4) sorted by relevance
33 bool isActive() { return fFlinger.isActive(); } in isActive()34 void stop() { fFlinger.stop(); } in stop()57 SkFlingState fFlinger; variable
42 if (fFlinger.isActive()) { in localM()43 if (!fFlinger.evaluateMatrix(&fLocalM)) { in localM()73 fFlinger.stop(); in touchBegin()193 fFlinger.reset(dx / dur, dy / dur); in touchEnd()229 fFlinger.stop(); in handleDblTap()
135 if (fFlinger.isActive()) { in localM()136 if (!fFlinger.evaluateMatrix(&fLocalM)) { in localM()166 fFlinger.stop(); in touchBegin()286 fFlinger.reset(dx / dur, dy / dur); in touchEnd()322 fFlinger.stop(); in handleDblTap()
41 FlingState fFlinger; variable