Home
last modified time | relevance | path

Searched defs:origY (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java73 public boolean interceptMoveLeft(float origX, float origY); in interceptMoveLeft()
82 public boolean interceptMoveRight(float origX, float origY); in interceptMoveRight()
482 public boolean onInterceptMoveLeft(float origX, float origY) { in onInterceptMoveLeft()
492 public boolean onInterceptMoveRight(float origX, float origY) { in onInterceptMoveRight()
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java48 public boolean onInterceptMoveLeft(float origX, float origY); in onInterceptMoveLeft()
57 public boolean onInterceptMoveRight(float origX, float origY); in onInterceptMoveRight()
H A DPhotoViewPager.java53 public InterceptType onTouchIntercept(float origX, float origY); in onTouchIntercept()
H A DPhotoViewController.java718 public InterceptType onTouchIntercept(float origX, float origY) { in onTouchIntercept()
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java403 public boolean interceptMoveLeft(float origX, float origY) { in interceptMoveLeft()
436 public boolean interceptMoveRight(float origX, float origY) { in interceptMoveRight()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp253 Transform::Transform(int origX, int origY, int oneX, int oneY) in Transform()