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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 75 private static final int FLING_THRESHOLD_VELOCITY = 500;
245 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
    [all...]
Workspace.java 88 private static final int FLING_THRESHOLD_VELOCITY = 500;
437 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
    [all...]

Completed in 82 milliseconds