Home | History | Annotate | Download | only in wm

Lines Matching refs:mDragState

621     DragState mDragState = null;
693 && mDragState != null) {
709 mDragState.notifyMoveLw(newX, newY);
717 endDrag = mDragState.notifyDropLw(newX, newY);
731 mDragState.endDragLw();
6640 if (mDragState == null) {
6648 mDragState = new DragState(this, token, surface, /*flags*/ 0, winBinder);
6649 token = mDragState.mToken = new Binder();
6660 if (mDragState != null) {
6661 mDragState.reset();
6662 mDragState = null;
7258 if (mDragState != null) {
7259 mDragState.unregister();
7261 mDragState.reset();
7262 mDragState = null;
7275 if (mDragState != null) {
7276 mDragState.mDragResult = false;
7277 mDragState.endDragLw();