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

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

Completed in 95 milliseconds