Searched refs:touchPoint (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCircularRevealFragment.java50 public static void startCircularReveal(FragmentManager fm, Point touchPoint, argument
54 new CircularRevealFragment(touchPoint, listener), TAG)
73 public CircularRevealFragment(Point touchPoint, OnCircularRevealCompleteListener listener) { argument
74 mTouchPoint = touchPoint;
148 private Animator getRevealAnimator(Point touchPoint) { argument
160 if (touchPoint != null) {
161 startX = touchPoint.x;
162 startY = touchPoint.y;
H A DInCallActivity.java610 Point touchPoint = null;
613 touchPoint = TouchPointManager.getInstance().getPoint();
617 touchPoint = (Point) extras.getParcelable(TouchPointManager.TOUCH_POINT);
622 CircularRevealFragment.startCircularReveal(getFragmentManager(), touchPoint,
H A DInCallPresenter.java1589 final Point touchPoint = extras.getParcelable(TouchPointManager.TOUCH_POINT);
1594 incallIntent.putExtra(TouchPointManager.TOUCH_POINT, touchPoint);
/packages/apps/Dialer/src/com/android/dialer/util/
H A DDialerUtils.java76 Point touchPoint = TouchPointManager.getInstance().getPoint();
77 if (touchPoint.x != 0 || touchPoint.y != 0) {
86 extras.putParcelable(TouchPointManager.TOUCH_POINT, touchPoint);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropView.java146 float[] touchPoint = {
149 mDisplayMatrixInverse.mapPoints(touchPoint);
150 x = touchPoint[0];
151 y = touchPoint[1];
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageCrop.java113 float[] touchPoint = {
116 mDisplayMatrixInverse.mapPoints(touchPoint);
117 x = touchPoint[0];
118 y = touchPoint[1];

Completed in 236 milliseconds