Home
last modified time | relevance | path

Searched refs:origX (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewCallbacks.java31 public boolean onInterceptMoveLeft(float origX, float origY); in onInterceptMoveLeft() argument
40 public boolean onInterceptMoveRight(float origX, float origY); in onInterceptMoveRight() argument
DPhotoViewActivity.java354 public InterceptType onTouchIntercept(float origX, float origY) { in onTouchIntercept() argument
360 interceptLeft = listener.onInterceptMoveLeft(origX, origY); in onTouchIntercept()
363 interceptRight = listener.onInterceptMoveRight(origX, origY); in onTouchIntercept()
DPhotoViewPager.java53 public InterceptType onTouchIntercept(float origX, float origY); in onTouchIntercept() argument
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java68 public boolean interceptMoveLeft(float origX, float origY); in interceptMoveLeft() argument
77 public boolean interceptMoveRight(float origX, float origY); in interceptMoveRight() argument
394 public boolean onInterceptMoveLeft(float origX, float origY) { in onInterceptMoveLeft() argument
400 return (mPhotoView != null && mPhotoView.interceptMoveLeft(origX, origY)); in onInterceptMoveLeft()
404 public boolean onInterceptMoveRight(float origX, float origY) { in onInterceptMoveRight() argument
410 return (mPhotoView != null && mPhotoView.interceptMoveRight(origX, origY)); in onInterceptMoveRight()
/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java68 public boolean interceptMoveLeft(float origX, float origY); in interceptMoveLeft() argument
77 public boolean interceptMoveRight(float origX, float origY); in interceptMoveRight() argument
369 public boolean onInterceptMoveLeft(float origX, float origY) { in onInterceptMoveLeft() argument
375 return (mPhotoView != null && mPhotoView.interceptMoveLeft(origX, origY)); in onInterceptMoveLeft()
379 public boolean onInterceptMoveRight(float origX, float origY) { in onInterceptMoveRight() argument
385 return (mPhotoView != null && mPhotoView.interceptMoveRight(origX, origY)); in onInterceptMoveRight()
/frameworks/ex/photoviewer/src/com/android/ex/photo/
DPhotoViewActivity.java76 public boolean onInterceptMoveLeft(float origX, float origY); in onInterceptMoveLeft() argument
85 public boolean onInterceptMoveRight(float origX, float origY); in onInterceptMoveRight() argument
375 public InterceptType onTouchIntercept(float origX, float origY) { in onTouchIntercept() argument
381 interceptLeft = listener.onInterceptMoveLeft(origX, origY); in onTouchIntercept()
384 interceptRight = listener.onInterceptMoveRight(origX, origY); in onTouchIntercept()
DPhotoViewPager.java52 public InterceptType onTouchIntercept(float origX, float origY); in onTouchIntercept() argument
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java301 public boolean interceptMoveLeft(float origX, float origY) { in interceptMoveLeft() argument
334 public boolean interceptMoveRight(float origX, float origY) { in interceptMoveRight() argument
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java299 public boolean interceptMoveLeft(float origX, float origY) { in interceptMoveLeft() argument
332 public boolean interceptMoveRight(float origX, float origY) { in interceptMoveRight() argument