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

  /frameworks/base/services/java/com/android/server/wm/
Session.java 268 if (mService.mDragState == null) {
273 if (dragToken != mService.mDragState.mToken) {
297 mService.mDragState.register(display);
300 mService.mDragState.mServerChannel)) {
302 mService.mDragState.unregister();
303 mService.mDragState = null;
308 mService.mDragState.mData = data;
309 mService.mDragState.mCurrentX = touchX;
310 mService.mDragState.mCurrentY = touchY;
311 mService.mDragState.broadcastDragStartedLw(touchX, touchY)
    [all...]
DragState.java 281 mService.mDragState.broadcastDragEndedLw();
284 mService.mDragState.unregister();
288 mService.mDragState.reset();
289 mService.mDragState = null;
InputMonitor.java 245 final boolean inDrag = (mService.mDragState != null);
250 final InputWindowHandle dragWindowHandle = mService.mDragState.mDragWindowHandle;
290 mService.mDragState.sendDragStartedIfNeededLw(child);
WindowManagerService.java 553 DragState mDragState = null;
618 && mDragState != null) {
634 mDragState.notifyMoveLw(newX, newY);
642 endDrag = mDragState.notifyDropLw(newX, newY);
656 mDragState.endDragLw();
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 109 private int mDragState;
421 return mDragState;
513 if (mDragState == STATE_SETTLING) {
715 if (mDragState == STATE_SETTLING) {
749 return mDragState == STATE_SETTLING;
763 if (mDragState == STATE_DRAGGING) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java 248 private int mDragState;
360 if (mDragState == ReorderUtils.DRAG_STATE_NONE) {
411 mDragState = ReorderUtils.DRAG_STATE_NONE;
699 mDragState = state;
723 throw new IllegalStateException("Illegal drag state: " + mDragState);
808 if (mDragState != ReorderUtils.DRAG_STATE_DRAGGING) {
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 122 milliseconds