Home
last modified time | relevance | path

Searched refs:touchX (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
DDragState.java167 void broadcastDragStartedLw(final float touchX, final float touchY) { in broadcastDragStartedLw() argument
175 … Slog.d(WindowManagerService.TAG, "broadcasting DRAG_STARTED at (" + touchX + ", " + touchY + ")"); in broadcastDragStartedLw()
180 sendDragStartedLw(mService.mWindows.get(i), touchX, touchY, mDataDescription); in broadcastDragStartedLw() local
192 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY, in sendDragStartedLw() argument
208 touchX, touchY, null, desc, null, false); in sendDragStartedLw()
DSession.java224 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag() argument
271 mService.mDragState.mCurrentX = touchX; in performDrag()
273 mService.mDragState.broadcastDragStartedLw(touchX, touchY); in performDrag()
285 surface.setPosition(touchX - thumbCenterX, in performDrag()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl136 boolean performDrag(IWindow window, IBinder dragToken, float touchX, float touchY, in performDrag() argument
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1227 int touchX = (int) me.getX() - mPaddingLeft;
1233 int keyIndex = getKeyIndices(touchX, touchY, null);
1262 mStartX = touchX;
1264 mLastCodeX = touchX;
1343 touchX = mLastCodeX;
1350 detectAndSendKey(mCurrentKey, touchX, touchY, eventTime);
1363 mLastX = touchX;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java121 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag() argument