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 | 652 public InterceptType onTouchIntercept(float origX, float origY) { in onTouchIntercept() argument 658 interceptLeft = listener.onInterceptMoveLeft(origX, origY); in onTouchIntercept() 661 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 489 public boolean onInterceptMoveLeft(float origX, float origY) { in onInterceptMoveLeft() argument 495 return (mPhotoView != null && mPhotoView.interceptMoveLeft(origX, origY)); in onInterceptMoveLeft() 499 public boolean onInterceptMoveRight(float origX, float origY) { in onInterceptMoveRight() argument 505 return (mPhotoView != null && mPhotoView.interceptMoveRight(origX, origY)); in onInterceptMoveRight()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 432 public boolean interceptMoveLeft(float origX, float origY) { in interceptMoveLeft() argument 465 public boolean interceptMoveRight(float origX, float origY) { in interceptMoveRight() argument
|