Searched refs:pointInView (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CheckLongPressHelper.java | 73 if (!Utilities.pointInView(mView, ev.getX(), ev.getY(), mSlop)) { in onTouchEvent()
|
D | Utilities.java | 301 public static boolean pointInView(View v, float localX, float localY, float slop) { in pointInView() method in Utilities
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Camera.java | 563 if (!Util.pointInView(e.getX(), e.getY(), popup) in onDown() 564 && !Util.pointInView(e.getX(), e.getY(), mIndicatorControlContainer) in onDown() 565 && !Util.pointInView(e.getX(), e.getY(), mPreviewFrame)) { in onDown()
|
D | Util.java | 525 public static boolean pointInView(float x, float y, View v) { in pointInView() method in Util
|
D | VideoCamera.java | 2246 if (!Util.pointInView(e.getX(), e.getY(), popup) in onDown() 2247 && !Util.pointInView(e.getX(), e.getY(), mIndicatorControlContainer)) { in onDown()
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | CameraUtil.java | 679 public static boolean pointInView(float x, float y, View v) { in pointInView() method in CameraUtil
|