Home | History | Annotate | Download | only in incallui

Lines Matching refs:touchPoint

845     public void animateForNewOutgoingCall(final Point touchPoint,
878 final Animator animator = getOutgoingCallAnimator(touchPoint,
993 private Animator getRevealAnimator(Point touchPoint) {
1002 if (touchPoint != null) {
1003 startX = touchPoint.x;
1004 startY = touchPoint.y;
1013 private Animator getOutgoingCallAnimator(Point touchPoint, int startHeight, int endHeight,
1022 final Animator revealAnimator = getRevealAnimator(touchPoint);