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

  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 73 private int mFlingVelocity;
108 mFlingVelocity = vc.getScaledMinimumFlingVelocity();
368 if (Math.abs(velocity) > mFlingVelocity) { // TODO
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 119 private int mFlingVelocity;
211 mFlingVelocity = vc.getScaledMinimumFlingVelocity();
367 if (Math.abs(velocity) > mFlingVelocity) { // TODO
    [all...]

Completed in 812 milliseconds