Searched defs:mHandledSwipeViewLastDelta (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java188 private float mHandledSwipeViewLastDelta = 0; field in class:FilterShowActivity
1462 mHandledSwipeViewLastDelta = delta;
1474 if (mHandledSwipeViewLastDelta > distance) {

Completed in 14 milliseconds