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