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

  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 41 private int mRegistrationX;
114 mRegistrationX = registrationX;
257 setTranslationX(touchX - mRegistrationX);
285 setTranslationX(touchX - mRegistrationX + (int) mOffsetX);
  /packages/apps/Launcher3/src/com/android/launcher3/
DragView.java 48 private int mRegistrationX;
126 mRegistrationX = registrationX;
320 setTranslationX(touchX - mRegistrationX);
348 setTranslationX(touchX - mRegistrationX + (int) mOffsetX);

Completed in 88 milliseconds