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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ProximityKeyDetector.java 38 final int touchY = getTouchY(y);
44 int [] nearestKeyIndices = mKeyboard.getNearestKeys(touchX, touchY);
49 boolean isInside = key.isInside(touchX, touchY);
55 && (dist = key.squaredDistanceFrom(touchX, touchY)) < mProximityThresholdSquare)
MiniKeyboardKeyDetector.java 43 final int touchY = getTouchY(y);
49 int dist = key.squaredDistanceFrom(touchX, touchY);
  /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     [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 795 // Note that NewCallback() is a bit touchy regarding argument types. Generally,
    [all...]
  /external/libpng/
pngrtran.c     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c     [all...]

Completed in 322 milliseconds