Searched refs:mDragHandleBounds (Results 1 – 1 of 1) sorted by relevance
36 private final Rect mDragHandleBounds = new Rect(); field in DeepShortcutTextView68 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()