Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java131 private View contactPuckContainer; field in FlingUpDownMethod
197 contactPuckContainer = view.findViewById(R.id.incoming_call_puck_container); in onCreateView()
249 contactPuckContainer, in onCreateView()
310 if (contactPuckContainer == null) { in shouldUseFalsing()
314 float puckCenterX = contactPuckContainer.getX() + (contactPuckContainer.getWidth() / 2); in shouldUseFalsing()
315 float puckCenterY = contactPuckContainer.getY() + (contactPuckContainer.getHeight() / 2); in shouldUseFalsing()
316 double radius = contactPuckContainer.getHeight() / 2; in shouldUseFalsing()
474 contactPuckContainer, in updateSwipeTextAndPuckForTouch()
478 contactPuckContainer, in updateSwipeTextAndPuckForTouch()
501 contactPuckContainer.animate().scaleX(1 /* scaleX */); in resetTouchState()
[all …]