Searched defs:endCallButton (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DInCallFragment.java74 private View endCallButton; field in class:InCallFragment
154 endCallButton = view.findViewById(R.id.incall_end_call);
155 endCallButton.setOnClickListener(this);
224 if (view == endCallButton) {
322 if (endCallButton != null) {
323 endCallButton.setEnabled(enabled);
/packages/apps/Dialer/java/com/android/incallui/video/impl/
H A DSurfaceViewVideoCallFragment.java103 private View endCallButton; field in class:SurfaceViewVideoCallFragment
211 endCallButton = view.findViewById(R.id.videocall_end_call);
212 endCallButton.setOnClickListener(this);
400 endCallButton
410 endCallButton.setVisibility(View.VISIBLE);
473 private Point getEndCallOffsetEndHidden(View endCallButton) { argument
475 return new Point(getOffsetEnd(endCallButton), 0);
477 return new Point(0, ((MarginLayoutParams) endCallButton.getLayoutParams()).bottomMargin);
561 offset = getEndCallOffsetEndHidden(endCallButton);
565 endCallButton
[all...]
H A DVideoCallFragment.java127 private View endCallButton; field in class:VideoCallFragment
240 endCallButton = view.findViewById(R.id.videocall_end_call);
241 endCallButton.setOnClickListener(this);
419 endCallButton
429 endCallButton.setVisibility(View.VISIBLE);
492 private Point getEndCallOffsetEndHidden(View endCallButton) { argument
494 return new Point(getOffsetEnd(endCallButton), 0);
496 return new Point(0, ((MarginLayoutParams) endCallButton.getLayoutParams()).bottomMargin);
582 offset = getEndCallOffsetEndHidden(endCallButton);
586 endCallButton
[all...]

Completed in 69 milliseconds