HomeSort by relevance Sort by last modified time
    Searched full:fflinger (Results 1 - 4 of 4) sorted by null

  /external/skia/include/views/
SkTouchGesture.h 33 bool isActive() { return fFlinger.isActive(); }
34 void stop() { fFlinger.stop(); }
57 SkFlingState fFlinger;
  /external/skia/gpu/include/
GrTouchGesture.h 41 FlingState fFlinger;
  /external/skia/gpu/src/
GrTouchGesture.cpp 42 if (fFlinger.isActive()) {
43 if (!fFlinger.evaluateMatrix(&fLocalM)) {
73 fFlinger.stop();
193 fFlinger.reset(dx / dur, dy / dur);
229 fFlinger.stop();
  /external/skia/src/views/
SkTouchGesture.cpp 135 if (fFlinger.isActive()) {
136 if (!fFlinger.evaluateMatrix(&fLocalM)) {
166 fFlinger.stop();
286 fFlinger.reset(dx / dur, dy / dur);
322 fFlinger.stop();

Completed in 184 milliseconds