Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerFragment.java153 private SwipeButtonView answerAndReleaseButton; field in AnswerFragment
244 answerAndReleaseButton in restoreAnswerAndReleaseButtonAnimation()
265 } else if (host == answerAndReleaseButton) {
277 } else if (host == answerAndReleaseButton) {
334 return answerAndReleaseButton;
447 answerAndReleaseBehavior.applyToView(answerAndReleaseButton); in initSecondaryButton()
449 answerAndReleaseButton.setClickable(AccessibilityUtil.isAccessibilityEnabled(getContext())); in initSecondaryButton()
450 answerAndReleaseButton.setFocusable(AccessibilityUtil.isAccessibilityEnabled(getContext())); in initSecondaryButton()
451 answerAndReleaseButton.setAccessibilityDelegate(accessibilityDelegate); in initSecondaryButton()
454 answerAndReleaseButton.setVisibility(View.VISIBLE); in initSecondaryButton()
[all …]