Home | History | Annotate | Download | only in wm

Lines Matching refs:winBinder

6825                         final IBinder winBinder = window.asBinder();
6827 mDragState = new DragState(this, token, surface, /*flags*/ 0, winBinder);
6831 mH.removeMessages(H.DRAG_START_TIMEOUT, winBinder);
6832 Message msg = mH.obtainMessage(H.DRAG_START_TIMEOUT, winBinder);