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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysDetector.java 38 final int touchY = getTouchY(y);
43 final int dist = key.squaredDistanceToEdge(touchX, touchY);
KeyDetector.java 97 final int touchY = getTouchY(y);
101 for (final Key key: mKeyboard.getNearestKeys(touchX, touchY)) {
104 if (!key.isOnKey(touchX, touchY)) {
107 final int distance = key.squaredDistanceToEdge(touchX, touchY);
  /packages/apps/InCallUI/src/com/android/incallui/
SmallerHitTargetTouchListener.java 64 final int touchY = (int) event.getY();
93 touchY < minTouchY || touchY > maxTouchY) {
  /packages/services/Telephony/src/com/android/phone/
SmallerHitTargetTouchListener.java 65 final int touchY = (int) event.getY();
94 touchY < minTouchY || touchY > maxTouchY) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NotificationRowLayout.java 190 public View getChildAtRawPosition(float touchX, float touchY) {
193 return getChildAtPosition((float) (touchX - location[0]), (float) (touchY - location[1]));
196 public View getChildAtPosition(float touchX, float touchY) {
208 if (touchY < y) return slidingChild;
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 246 * @param touchY the y coordinate the user touched in DragLayer coordinates
248 public void show(int touchX, int touchY) {
258 setTranslationY(touchY - mRegistrationY);
282 * @param touchY the y coordinate the user touched in DragLayer coordinates
284 void move(int touchX, int touchY) {
286 setTranslationY(touchY - mRegistrationY + (int) mOffsetY);
CellLayout.java 711 public void setTagToCellInfoForPoint(int touchX, int touchY) {
715 final int y = touchY + getScrollY();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragView.java 246 * @param touchY the y coordinate the user touched in DragLayer coordinates
248 public void show(int touchX, int touchY) {
258 setTranslationY(touchY - mRegistrationY);
282 * @param touchY the y coordinate the user touched in DragLayer coordinates
284 void move(int touchX, int touchY) {
286 setTranslationY(touchY - mRegistrationY + (int) mOffsetY);
CellLayout.java 697 public void setTagToCellInfoForPoint(int touchX, int touchY) {
701 final int y = touchY + getScrollY();
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
DragState.java 183 void broadcastDragStartedLw(final float touchX, final float touchY) {
191 Slog.d(WindowManagerService.TAG, "broadcasting DRAG_STARTED at (" + touchX + ", " + touchY + ")");
198 sendDragStartedLw(windows.get(i), touchX, touchY, mDataDescription);
211 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY,
227 touchX, touchY, null, desc, null, false);
Session.java 261 float touchX, float touchY, float thumbCenterX, float thumbCenterY,
291 // will let us eliminate the (touchX,touchY) parameters from the API.
310 mService.mDragState.mCurrentY = touchY;
311 mService.mDragState.broadcastDragStartedLw(touchX, touchY);
324 touchY - thumbCenterY);
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 150 boolean performDrag(IWindow window, IBinder dragToken, float touchX, float touchY,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp 141 const float touchY = static_cast<float>(y);
142 return ProximityInfoUtils::getSquaredDistanceFloat(centerX, centerY, touchX, touchY)
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableListView.java 189 final int touchY = (int) ev.getY();
197 if (touchY >= slidingChild.getTop() && touchY <= slidingChild.getBottom()) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 142 float touchX, float touchY, float thumbCenterX, float thumbCenterY,
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 950 milliseconds