Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DDragState.java183 void broadcastDragStartedLw(final float touchX, final float touchY) { in broadcastDragStartedLw() argument
191 … Slog.d(WindowManagerService.TAG, "broadcasting DRAG_STARTED at (" + touchX + ", " + touchY + ")"); in broadcastDragStartedLw()
198 sendDragStartedLw(windows.get(i), touchX, touchY, mDataDescription); in broadcastDragStartedLw() local
211 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY, in sendDragStartedLw() argument
227 touchX, touchY, null, desc, null, false); in sendDragStartedLw()
DSession.java261 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag() argument
309 mService.mDragState.mCurrentX = touchX; in performDrag()
311 mService.mDragState.broadcastDragStartedLw(touchX, touchY); in performDrag()
323 surfaceControl.setPosition(touchX - thumbCenterX, in performDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNotificationRowLayout.java190 public View getChildAtRawPosition(float touchX, float touchY) { in getChildAtRawPosition() argument
193 return getChildAtPosition((float) (touchX - location[0]), (float) (touchY - location[1])); in getChildAtRawPosition()
196 public View getChildAtPosition(float touchX, float touchY) { in getChildAtPosition() argument
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1223 int touchX = (int) me.getX() - mPaddingLeft;
1229 int keyIndex = getKeyIndices(touchX, touchY, null);
1258 mStartX = touchX;
1260 mLastCodeX = touchX;
1339 touchX = mLastCodeX;
1346 detectAndSendKey(mCurrentKey, touchX, touchY, eventTime);
1359 mLastX = touchX;
/frameworks/base/core/java/android/view/
DIWindowSession.aidl150 boolean performDrag(IWindow window, IBinder dragToken, float touchX, float touchY, in performDrag() argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java142 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag() argument