Searched defs:thumbCenterY (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java151 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY,
150 performDrag(IWindow window, IBinder dragToken, int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java295 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY,
352 mService.mDragState.mThumbOffsetY = thumbCenterY;
361 touchY - thumbCenterY);
294 performDrag(IWindow window, IBinder dragToken, int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) argument

Completed in 79 milliseconds