Searched refs:pointInView (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAppWidgetHostView.java100 if (!Utilities.pointInView(this, ev.getX(), ev.getY(), mSlop)) {
119 if (!Utilities.pointInView(this, ev.getX(), ev.getY(), mSlop)) {
H A DBubbleTextView.java224 if (!Utilities.pointInView(this, event.getX(), event.getY(), mSlop)) {
H A DUtilities.java313 public static boolean pointInView(View v, float localX, float localY, float slop) { method in class:Utilities
H A DFolderIcon.java731 if (!Utilities.pointInView(this, event.getX(), event.getY(), mSlop)) {
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java563 if (!Util.pointInView(e.getX(), e.getY(), popup)
564 && !Util.pointInView(e.getX(), e.getY(), mIndicatorControlContainer)
565 && !Util.pointInView(e.getX(), e.getY(), mPreviewFrame)) {
H A DUtil.java525 public static boolean pointInView(float x, float y, View v) { method in class:Util
H A DVideoCamera.java2246 if (!Util.pointInView(e.getX(), e.getY(), popup)
2247 && !Util.pointInView(e.getX(), e.getY(), mIndicatorControlContainer)) {
/packages/apps/Camera/src/com/android/camera/
H A DUtil.java580 public static boolean pointInView(float x, float y, View v) { method in class:Util
/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java698 public static boolean pointInView(float x, float y, View v) { method in class:CameraUtil

Completed in 197 milliseconds