Searched refs:mapPointFromViewToParent (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PagedView.java | 307 private float[] mapPointFromViewToParent(View v, float x, float y) { in mapPointFromViewToParent() method in PagedView 1381 float[] p = mapPointFromViewToParent(this, x, y); in onInterceptTouchEvent() 1631 float[] p = mapPointFromViewToParent(this, mLastMotionX, mLastMotionY); in onTouchEvent() 1675 float[] pt = mapPointFromViewToParent(this, mLastMotionX, mLastMotionY); in onTouchEvent() 1842 float[] pt = mapPointFromViewToParent(this, mLastMotionX, mLastMotionY); in onTouchEvent()
|