Searched refs:interceptMoveLeft (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java75 public boolean interceptMoveLeft(float origX, float origY); method in interface:PhotoViewFragment.HorizontallyScrollable
464 return (mPhotoView != null && mPhotoView.interceptMoveLeft(origX, origY));
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java299 public boolean interceptMoveLeft(float origX, float origY) { method in class:PhotoView

Completed in 63 milliseconds