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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysDetector.java 41 final int touchX = getTouchX(x);
47 final int dist = key.squaredDistanceToEdge(touchX, touchY);
KeyDetector.java 92 final int touchX = getTouchX(x);
97 for (final Key key: mKeyboard.getNearestKeys(touchX, touchY)) {
100 if (!key.isOnKey(touchX, touchY)) {
103 final int distance = key.squaredDistanceToEdge(touchX, touchY);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 245 * @param touchX the x coordinate the user touched in DragLayer coordinates
248 public void show(int touchX, int touchY) {
257 setTranslationX(touchX - mRegistrationX);
281 * @param touchX the x coordinate the user touched in DragLayer coordinates
284 void move(int touchX, int touchY) {
285 setTranslationX(touchX - mRegistrationX + (int) mOffsetX);
CellLayout.java 711 public void setTagToCellInfoForPoint(int touchX, int touchY) {
714 final int x = touchX + getScrollX();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragView.java 254 * @param touchX the x coordinate the user touched in DragLayer coordinates
257 public void show(int touchX, int touchY) {
266 setTranslationX(touchX - mRegistrationX);
290 * @param touchX the x coordinate the user touched in DragLayer coordinates
293 void move(int touchX, int touchY) {
294 setTranslationX(touchX - mRegistrationX + (int) mOffsetX);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
noisefield.rs 66 static float touchX = 0;
187 touchX = x/rsgGetWidth() * wRatio * 2 - wRatio;
224 float touchDist = sqrt(pow(touchX - particle->position.x, 2) +
232 rads = atan2(touchX - particle->position.x + noiseval,
  /packages/apps/InCallUI/src/com/android/incallui/
SmallerHitTargetTouchListener.java 63 final int touchX = (int) event.getX();
92 if (touchX < minTouchX || touchX > maxTouchX ||
  /packages/services/Telephony/src/com/android/phone/
SmallerHitTargetTouchListener.java 64 final int touchX = (int) event.getX();
93 if (touchX < minTouchX || touchX > maxTouchX ||
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 175 final int touchX = mTouchX;
189 if (touchX + scrollX >= x && touchX + scrollX < x + wordWidth && !scrolled) {
  /frameworks/base/services/core/java/com/android/server/wm/
DragState.java 182 void broadcastDragStartedLw(final float touchX, final float touchY) {
190 Slog.d(WindowManagerService.TAG, "broadcasting DRAG_STARTED at (" + touchX + ", " + touchY + ")");
197 sendDragStartedLw(windows.get(i), touchX, touchY, mDataDescription);
210 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY,
226 touchX, touchY, null, desc, null, false);
Session.java 267 float touchX, float touchY, float thumbCenterX, float thumbCenterY,
297 // will let us eliminate the (touchX,touchY) parameters from the API.
319 mService.mDragState.mCurrentX = touchX;
321 mService.mDragState.broadcastDragStartedLw(touchX, touchY);
333 surfaceControl.setPosition(touchX - thumbCenterX,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp 140 const float touchX = static_cast<float>(x);
142 return ProximityInfoUtils::getSquaredDistanceFloat(centerX, centerY, touchX, touchY)
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 143 float touchX, float touchY, float thumbCenterX, float thumbCenterY,
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java     [all...]
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 150 boolean performDrag(IWindow window, IBinder dragToken, float touchX, float touchY,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 573 public ExpandableView getChildAtRawPosition(float touchX, float touchY) {
576 return getChildAtPosition(touchX - location[0], touchY - location[1]);
579 public ExpandableView getChildAtPosition(float touchX, float touchY) {
596 if (touchY >= top && touchY <= bottom && touchX >= left && touchX <= right) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java     [all...]
  /external/chromium_org/tools/perf/page_sets/key_silk_cases/
inbox_app.html     [all...]

Completed in 471 milliseconds