/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewCallbacks.java | 31 public boolean onInterceptMoveLeft(float origX, float origY); in onInterceptMoveLeft() argument 40 public boolean onInterceptMoveRight(float origX, float origY); in onInterceptMoveRight() argument
|
D | PhotoViewActivity.java | 354 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()
|
D | PhotoViewPager.java | 53 public InterceptType onTouchIntercept(float origX, float origY); in onTouchIntercept() argument
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/ |
D | PhotoViewFragment.java | 68 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/ |
D | PhotoViewFragment.java | 68 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/ |
D | PhotoViewActivity.java | 76 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()
|
D | PhotoViewPager.java | 52 public InterceptType onTouchIntercept(float origX, float origY); in onTouchIntercept() argument
|
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 301 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/ |
D | PhotoView.java | 299 public boolean interceptMoveLeft(float origX, float origY) { in interceptMoveLeft() argument 332 public boolean interceptMoveRight(float origX, float origY) { in interceptMoveRight() argument
|