Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewCallbacks.java32 public boolean onInterceptMoveLeft(float origX, float origY); in onInterceptMoveLeft() argument
41 public boolean onInterceptMoveRight(float origX, float origY); in onInterceptMoveRight() argument
DPhotoViewActivity.java417 public InterceptType onTouchIntercept(float origX, float origY) { in onTouchIntercept() argument
423 interceptLeft = listener.onInterceptMoveLeft(origX, origY); in onTouchIntercept()
426 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.java75 public boolean interceptMoveLeft(float origX, float origY); in interceptMoveLeft() argument
84 public boolean interceptMoveRight(float origX, float origY); in interceptMoveRight() argument
458 public boolean onInterceptMoveLeft(float origX, float origY) { in onInterceptMoveLeft() argument
464 return (mPhotoView != null && mPhotoView.interceptMoveLeft(origX, origY)); in onInterceptMoveLeft()
468 public boolean onInterceptMoveRight(float origX, float origY) { in onInterceptMoveRight() argument
474 return (mPhotoView != null && mPhotoView.interceptMoveRight(origX, origY)); in onInterceptMoveRight()
/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