Home
last modified time | relevance | path

Searched refs:mDragHandleBounds (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutTextView.java36 private final Rect mDragHandleBounds = new Rect(); field in DeepShortcutTextView
68 mDragHandleBounds.set(0, 0, mDragHandleWidth, getMeasuredHeight()); in onMeasure()
70 mDragHandleBounds.offset(getMeasuredWidth() - mDragHandleBounds.width(), 0); in onMeasure()
110 mShowInstructionToast = mDragHandleBounds.contains((int) x, (int) y); in shouldIgnoreTouchDown()