Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java118 private final Rect mDragHandleBounds; field in ScrimView
139 mDragHandleBounds = new Rect(0, 0, mDragHandleSize, mDragHandleSize); in ScrimView()
260 Rect bounds = new Rect(mDragHandleBounds); in onTouchEvent()
311 mDragHandleBounds.offsetTo(left, top - topMargin); in updateDragHandleBounds()
312 mHitRect.set(mDragHandleBounds); in updateDragHandleBounds()
317 mDragHandle.setBounds(mDragHandleBounds); in updateDragHandleBounds()
342 mDragHandle.setBounds(mDragHandleBounds); in updateDragHandleVisibility()
393 return mDragHandleBounds.contains((int) x, (int) y) in getVirtualViewAt()
406 node.setBoundsInParent(mDragHandleBounds); in onPopulateNodeForVirtualView()
409 mTempRect.set(mDragHandleBounds); in onPopulateNodeForVirtualView()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutTextView.java37 private final Rect mDragHandleBounds = new Rect(); field in DeepShortcutTextView
69 mDragHandleBounds.set(0, 0, mDragHandleWidth, getMeasuredHeight()); in onMeasure()
71 mDragHandleBounds.offset(getMeasuredWidth() - mDragHandleBounds.width(), 0); in onMeasure()
112 mShowInstructionToast = mDragHandleBounds.contains((int) ev.getX(), (int) ev.getY()); in onTouchEvent()