Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragController.java66 private final Rect mRectTemp = new Rect(); field in DragController
360 mLauncher.getDragLayer().getLocalVisibleRect(mRectTemp); in getClampedDragLayerPos()
361 mTmpPoint.x = (int) Math.max(mRectTemp.left, Math.min(x, mRectTemp.right - 1)); in getClampedDragLayerPos()
362 mTmpPoint.y = (int) Math.max(mRectTemp.top, Math.min(y, mRectTemp.bottom - 1)); in getClampedDragLayerPos()
555 final Rect r = mRectTemp; in findDropTarget()