Searched defs:touchX (Results 1 – 3 of 3) sorted by relevance
108 private float touchX; field in ShadowWindowManagerGlobal.PredictiveBackGesture114 @BackEvent.SwipeEdge int edge, int displayWidth, float touchX, float touchY) { in PredictiveBackGesture()414 float touchX, in newBackMotionEvent()424 float touchX, in newBackMotionEventV()438 @BackEvent.SwipeEdge int edge, float touchX, float touchY, float progress) { in newBackMotionEvent()
100 float touchX = (e2.getX() - previousTouchPointPx.x) / pxPerDegrees; in onScroll() local