Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMirrorWindowControl.java61 private final Rect mDraggableBound = new Rect(); field in MirrorWindowControl
167 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()