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

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

Completed in 111 milliseconds