Searched refs:touchPoint (Results 1 – 6 of 6) sorted by relevance
49 public static void startCircularReveal(FragmentManager fm, Point touchPoint, in startCircularReveal() argument53 new CircularRevealFragment(touchPoint, listener), TAG) in startCircularReveal()72 public CircularRevealFragment(Point touchPoint, OnCircularRevealCompleteListener listener) { in CircularRevealFragment() argument73 mTouchPoint = touchPoint; in CircularRevealFragment()145 private Animator getRevealAnimator(Point touchPoint) { in getRevealAnimator() argument154 if (touchPoint != null) { in getRevealAnimator()155 startX = touchPoint.x; in getRevealAnimator()156 startY = touchPoint.y; in getRevealAnimator()
587 Point touchPoint = null; in internalResolveIntent() local590 touchPoint = TouchPointManager.getInstance().getPoint(); in internalResolveIntent()594 touchPoint = (Point) extras.getParcelable(TouchPointManager.TOUCH_POINT); in internalResolveIntent()599 CircularRevealFragment.startCircularReveal(getFragmentManager(), touchPoint, in internalResolveIntent() local
1305 final Point touchPoint = extras.getParcelable(TouchPointManager.TOUCH_POINT); in maybeStartRevealAnimation() local1310 incallIntent.putExtra(TouchPointManager.TOUCH_POINT, touchPoint); in maybeStartRevealAnimation()
82 Point touchPoint = TouchPointManager.getInstance().getPoint(); in startActivityWithErrorToast() local83 if (touchPoint.x != 0 || touchPoint.y != 0) { in startActivityWithErrorToast()85 extras.putParcelable(TouchPointManager.TOUCH_POINT, touchPoint); in startActivityWithErrorToast()
113 float[] touchPoint = { in onTouchEvent() local116 mDisplayMatrixInverse.mapPoints(touchPoint); in onTouchEvent()117 x = touchPoint[0]; in onTouchEvent()118 y = touchPoint[1]; in onTouchEvent()
146 float[] touchPoint = { in onTouchEvent() local149 mDisplayMatrixInverse.mapPoints(touchPoint); in onTouchEvent()150 x = touchPoint[0]; in onTouchEvent()151 y = touchPoint[1]; in onTouchEvent()