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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DStylusEventHelper.java68 if (!Utilities.pointInView(mView, event.getX(), event.getY(), mSlop)) {
H A DLauncherAppWidgetHostView.java192 if (!Utilities.pointInView(this, ev.getX(), ev.getY(), mSlop)) {
211 if (!Utilities.pointInView(this, ev.getX(), ev.getY(), mSlop)) {
H A DBubbleTextView.java304 if (!Utilities.pointInView(this, event.getX(), event.getY(), mSlop)) {
H A DUtilities.java220 public static boolean pointInView(View v, float localX, float localY, float slop) { method in class:Utilities
/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/Camera2/src/com/android/camera/util/
H A DCameraUtil.java674 public static boolean pointInView(float x, float y, View v) { method in class:CameraUtil
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderIcon.java615 if (!Utilities.pointInView(this, event.getX(), event.getY(), mSlop)) {

Completed in 94 milliseconds