HomeSort by relevance Sort by last modified time
    Searched refs:mDragState (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
Session.java 236 if (mService.mDragState == null) {
241 if (dragToken != mService.mDragState.mToken) {
264 mService.mDragState.register();
267 mService.mDragState.mServerChannel)) {
269 mService.mDragState.unregister();
270 mService.mDragState = null;
275 mService.mDragState.mData = data;
276 mService.mDragState.mCurrentX = touchX;
277 mService.mDragState.mCurrentY = touchY;
278 mService.mDragState.broadcastDragStartedLw(touchX, touchY)
    [all...]
InputMonitor.java 169 final boolean inDrag = (mService.mDragState != null);
174 final InputWindowHandle dragWindowHandle = mService.mDragState.mDragWindowHandle;
209 mService.mDragState.sendDragStartedIfNeededLw(child);
DragState.java 266 mService.mDragState.broadcastDragEndedLw();
269 mService.mDragState.unregister();
273 mService.mDragState.reset();
274 mService.mDragState = null;
WindowManagerService.java 621 DragState mDragState = null;
693 && mDragState != null) {
709 mDragState.notifyMoveLw(newX, newY);
717 endDrag = mDragState.notifyDropLw(newX, newY);
731 mDragState.endDragLw();
    [all...]

Completed in 188 milliseconds