Home
last modified time | relevance | path

Searched defs:touchX (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMoreKeysDetector.java41 final int touchX = getTouchX(x); in detectHitKey() local
H A DKeyDetector.java92 final int touchX = getTouchX(x); in detectHitKey() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java79 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java181 ExpandableView getChildAtRawPosition(float touchX, float touchY); in getChildAtRawPosition()
H A DNotificationPanelViewController.java1938 private boolean touchXOutsideOfQs(float touchX) { in touchXOutsideOfQs()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragView.java375 public void show(int touchX, int touchY) { in show()
409 public void move(int touchX, int touchY) { in move()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java430 void broadcastDragStartedLocked(final float touchX, final float touchY) { in broadcastDragStartedLocked()
464 private void sendDragStartedLocked(WindowState newWin, float touchX, float touchY, in sendDragStartedLocked()
H A DDragDropController.java98 SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
H A DWindowManagerInternal.java274 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in prePerformDrag()
H A DSession.java289 float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) { in performDrag()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info.cpp133 const float touchX = static_cast<float>(x); in getNormalizedSquaredDistanceFromCenterFloatG() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DDividerView.java979 private int calculatePosition(int touchX, int touchY) { in calculatePosition()
987 private int calculateXPosition(int touchX) { in calculateXPosition()
/aosp12/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl175 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in ClipData data); in performDrag()
H A DWindowlessWindowManager.java367 android.view.SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java1257 int touchX = (int) me.getX() - getPaddingLeft(); in onModifiedTouchEvent() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2482 int touchX = (int) Math.min(centerX, d.x); in setDropLayoutForDragObject() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java4563 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification()