Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java250 private float[] mapPointFromViewToParent(View v, float x, float y) { in mapPointFromViewToParent() method in PagedView
1209 float[] p = mapPointFromViewToParent(this, x, y); in onInterceptTouchEvent()
1466 float[] p = mapPointFromViewToParent(this, mLastMotionX, mLastMotionY); in onTouchEvent()
1508 float[] pt = mapPointFromViewToParent(this, mLastMotionX, mLastMotionY); in onTouchEvent()
1675 float[] pt = mapPointFromViewToParent(this, mLastMotionX, mLastMotionY); in onTouchEvent()