Searched defs:secondaryButton (Results 1 – 6 of 6) sorted by relevance
31 private final Button secondaryButton; field in NewVoicemailAlertViewHolder
37 private ImageButton secondaryButton; field in PhoneFavoriteSquareTileView
211 val secondaryButton = footerBarMixin.secondaryButton in <lambda>() constant
133 TextView secondaryButton = (TextView) view.findViewById(R.id.voicemail_tos_button_accept); in getTosView() local
864 final FooterButton secondaryButton = new FooterButton.Builder(layout.getContext()) in addSecondaryButton() local
152 private SwipeButtonView secondaryButton; field in AnswerFragment