Searched refs:mDraggableBound (Results 1 – 1 of 1) sorted by relevance
61 private final Rect mDraggableBound = new Rect(); field in MirrorWindowControl167 point.x = MathUtils.constrain(point.x, mDraggableBound.left, mDraggableBound.right); in constrainFrameToDraggableBound()168 point.y = MathUtils.constrain(point.y, mDraggableBound.top, mDraggableBound.bottom); in constrainFrameToDraggableBound()174 mDraggableBound.set(0, 0, size.x - viewWidth, size.y - viewHeight); in updateDraggableBound()176 Log.d(TAG, "updateDraggableBound :" + mDraggableBound); in updateDraggableBound()