Home
last modified time | relevance | path

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

/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
208 if (touchY < y) return slidingChild; in getChildAtPosition()
/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
310 mService.mDragState.mCurrentY = touchY; in performDrag()
311 mService.mDragState.broadcastDragStartedLw(touchX, touchY); in performDrag()
324 touchY - thumbCenterY); in performDrag()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1224 int touchY = (int) me.getY() - mPaddingTop;
1225 if (touchY >= -mVerticalCorrection)
1226 touchY += mVerticalCorrection;
1229 int keyIndex = getKeyIndices(touchX, touchY, null);
1259 mStartY = touchY;
1261 mLastCodeY = touchY;
1340 touchY = mLastCodeY;
1346 detectAndSendKey(mCurrentKey, touchX, touchY, eventTime);
1360 mLastY = touchY;
/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