Searched refs:button2Text (Results 1 – 3 of 3) sorted by relevance
112 final Runnable r1, String button2Text, final Runnable r2) { in showAlertDialog() argument132 if (button2Text != null) { in showAlertDialog()133 mRotateDialogButton2.setText(button2Text); in showAlertDialog()
215 assertThat(mRootView.findViewById(R.id.button2Text).isEnabled()).isFalse(); in onBindViewHolder_setEnabled_shouldEnableButton()235 assertThat(((TextView) mRootView.findViewById(R.id.button2Text)).getText()) in onBindViewHolder_setText_shouldShowSameText()
117 .setButtonTextView((TextView) holder.findViewById(R.id.button2Text)) in onBindViewHolder()