Searched defs:startEvent (Results 1 - 1 of 1) sorted by last modified time

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java802 public boolean onFling(MotionEvent startEvent, MotionEvent endEvent, float arg2, float arg3) { argument
803 if ((!mActivity.isShowingHistoryPanel() && startEvent.getX() > endEvent.getX())
804 || (mActivity.isShowingHistoryPanel() && endEvent.getX() > startEvent.getX())) {

Completed in 11 milliseconds