Searched refs:interceptMoveRight (Results 1 - 4 of 4) sorted by relevance

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

Completed in 101 milliseconds