HomeSort by relevance Sort by last modified time
    Searched full:touchy (Results 1 - 6 of 6) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 136 * @param touchY the y coordinate the user touched in screen coordinates
138 public void show(IBinder windowToken, int touchX, int touchY) {
147 touchX-mRegistrationX, touchY-mRegistrationY,
169 * @param touchY the y coordinate the user touched in screen coordinates
171 void move(int touchX, int touchY) {
174 lp.y = touchY - mRegistrationY;
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
SelectionMenu.java 227 // private void performAction(final int button, float touchX, float touchY) {
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 726 int touchY = (int) event.getY();
733 int touchYPercent = (int) ((float) (touchY * 100) / (float) viewHeight);
    [all...]
  /external/libpng/
pngrtran.c     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c     [all...]

Completed in 33 milliseconds