Searched refs:answerAndReleaseButton (Results 1 – 1 of 1) sorted by relevance
148 private SwipeButtonView answerAndReleaseButton; field in AnswerFragment239 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 …]