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.java148 private SwipeButtonView answerAndReleaseButton; field in AnswerFragment
239 answerAndReleaseButton in restoreAnswerAndReleaseButtonAnimation()
260 } else if (host == answerAndReleaseButton) {
272 } else if (host == answerAndReleaseButton) {
329 return answerAndReleaseButton;
442 answerAndReleaseBehavior.applyToView(answerAndReleaseButton); in initSecondaryButton()
444 answerAndReleaseButton.setClickable(AccessibilityUtil.isAccessibilityEnabled(getContext())); in initSecondaryButton()
445 answerAndReleaseButton.setFocusable(AccessibilityUtil.isAccessibilityEnabled(getContext())); in initSecondaryButton()
446 answerAndReleaseButton.setAccessibilityDelegate(accessibilityDelegate); in initSecondaryButton()
449 answerAndReleaseButton.setVisibility(View.VISIBLE); in initSecondaryButton()
[all …]