Searched refs:mRectTemp (Results 1 – 1 of 1) sorted by relevance
63 private final Rect mRectTemp = new Rect(); field in DragController364 mActivity.getDragLayer().getLocalVisibleRect(mRectTemp); in getClampedDragLayerPos()365 mTmpPoint.x = (int) Math.max(mRectTemp.left, Math.min(x, mRectTemp.right - 1)); in getClampedDragLayerPos()366 mTmpPoint.y = (int) Math.max(mRectTemp.top, Math.min(y, mRectTemp.bottom - 1)); in getClampedDragLayerPos()548 final Rect r = mRectTemp; in findDropTarget()