HomeSort by relevance Sort by last modified time
    Searched defs:registrationX (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 228 final int registrationX = mMotionDownX - dragLayerX;
246 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX,
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 231 final int registrationX = mMotionDownX - dragLayerX;
242 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX,

Completed in 96 milliseconds