HomeSort by relevance Sort by last modified time
    Searched refs:mFlingVelocity (Results 1 - 3 of 3) 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...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]

Completed in 60 milliseconds