HomeSort by relevance Sort by last modified time
    Searched refs:MAX_FLING_SPEED (Results 1 - 2 of 2) sorted by null

  /external/skia/gpu/src/
FlingState.cpp 24 static const float MAX_FLING_SPEED = 1500;
27 if (speed > MAX_FLING_SPEED) {
28 speed = MAX_FLING_SPEED;
  /external/skia/src/views/
SkTouchGesture.cpp 24 static const float MAX_FLING_SPEED = 1500;
27 if (speed > MAX_FLING_SPEED) {
28 speed = MAX_FLING_SPEED;

Completed in 891 milliseconds