Searched defs:origY (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/ |
H A D | PhotoViewFragment.java | 73 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 D | PhotoViewCallbacks.java | 48 public boolean onInterceptMoveLeft(float origX, float origY); in onInterceptMoveLeft() 57 public boolean onInterceptMoveRight(float origX, float origY); in onInterceptMoveRight()
|
H A D | PhotoViewPager.java | 53 public InterceptType onTouchIntercept(float origX, float origY); in onTouchIntercept()
|
H A D | PhotoViewController.java | 718 public InterceptType onTouchIntercept(float origX, float origY) { in onTouchIntercept()
|
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
H A D | PhotoView.java | 403 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 D | android_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp | 253 Transform::Transform(int origX, int origY, int oneX, int oneY) in Transform()
|