Searched defs:touchY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragView.java136 * @param touchY the y coordinate the user touched in screen coordinates
138 public void show(IBinder windowToken, int touchX, int touchY) { argument
147 touchX-mRegistrationX, touchY-mRegistrationY,
169 * @param touchY the y coordinate the user touched in screen coordinates
171 void move(int touchX, int touchY) { argument
174 lp.y = touchY - mRegistrationY;

Completed in 4 milliseconds