Searched refs:selectButton (Results 1 – 2 of 2) sorted by relevance
50 private val selectButton: ImageView = view.requireViewById(R.id.authenticator_radio_button) in getItemCount() constant in com.android.settings.remoteauth.enrolling.RemoteAuthEnrollEnrollingRecyclerViewAdapter58 selectButton.background = if (discoveredAuthenticatorUiState.isSelected) { in getItemCount()63 selectButton.setOnClickListener { discoveredAuthenticatorUiState.onSelect() } in getItemCount()
356 private void onClickSelectButton(@NonNull Button selectButton) { in onClickSelectButton() argument358 updateSelectButtonTextAndVisibility(selectButton, isSelectedNow); in onClickSelectButton()410 private void updateSelectButtonTextAndVisibility(@NonNull Button selectButton, in updateSelectButtonTextAndVisibility() argument412 selectButton.setText(isSelected ? R.string.deselect : R.string.select); in updateSelectButtonTextAndVisibility()413 selectButton.setVisibility( in updateSelectButtonTextAndVisibility()