Searched refs:origY (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewCallbacks.java | 48 public boolean onInterceptMoveLeft(float origX, float origY); in onInterceptMoveLeft() argument 57 public boolean onInterceptMoveRight(float origX, float origY); in onInterceptMoveRight() argument
|
D | PhotoViewPager.java | 53 public InterceptType onTouchIntercept(float origX, float origY); in onTouchIntercept() argument
|
D | PhotoViewController.java | 718 public InterceptType onTouchIntercept(float origX, float origY) { in onTouchIntercept() argument 724 interceptLeft = listener.onInterceptMoveLeft(origX, origY); in onTouchIntercept() 727 interceptRight = listener.onInterceptMoveRight(origX, origY); in onTouchIntercept()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/ |
D | PhotoViewFragment.java | 73 public boolean interceptMoveLeft(float origX, float origY); in interceptMoveLeft() argument 82 public boolean interceptMoveRight(float origX, float origY); in interceptMoveRight() argument 482 public boolean onInterceptMoveLeft(float origX, float origY) { in onInterceptMoveLeft() argument 488 return (mPhotoView != null && mPhotoView.interceptMoveLeft(origX, origY)); in onInterceptMoveLeft() 492 public boolean onInterceptMoveRight(float origX, float origY) { in onInterceptMoveRight() argument 498 return (mPhotoView != null && mPhotoView.interceptMoveRight(origX, origY)); in onInterceptMoveRight()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 403 public boolean interceptMoveLeft(float origX, float origY) { in interceptMoveLeft() argument 436 public boolean interceptMoveRight(float origX, float origY) { in interceptMoveRight() argument
|