Searched refs:origX (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java36 * @param origX the raw x coordinate of the initial touch
40 public boolean onInterceptMoveLeft(float origX, float origY); argument
45 * @param origX the raw x coordinate of the initial touch
49 public boolean onInterceptMoveRight(float origX, float origY); argument
H A DPhotoViewPager.java49 * @param origX the raw x coordinate of the initial touch
53 public InterceptType onTouchIntercept(float origX, float origY); argument
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java72 * @param origX the raw x coordinate of the initial touch
76 public boolean interceptMoveLeft(float origX, float origY); argument
82 * @param origX the raw x coordinate of the initial touch
85 public boolean interceptMoveRight(float origX, float origY); argument
493 public boolean onInterceptMoveLeft(float origX, float origY) { argument
499 return (mPhotoView != null && mPhotoView.interceptMoveLeft(origX, origY));
503 public boolean onInterceptMoveRight(float origX, float origY) { argument
509 return (mPhotoView != null && mPhotoView.interceptMoveRight(origX, origY));
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java531 public InterceptType onTouchIntercept(float origX, float origY) { argument
537 interceptLeft = listener.onInterceptMoveLeft(origX, origY);
540 interceptRight = listener.onInterceptMoveRight(origX, origY);
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java530 public InterceptType onTouchIntercept(float origX, float origY) { argument
536 interceptLeft = listener.onInterceptMoveLeft(origX, origY);
539 interceptRight = listener.onInterceptMoveRight(origX, origY);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java363 public boolean interceptMoveLeft(float origX, float origY) { argument
396 public boolean interceptMoveRight(float origX, float origY) { argument

Completed in 62 milliseconds