Home
last modified time | relevance | path

Searched refs:mButtonNotAllow (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceActivity.java147 private Button mButtonNotAllow; field in CompanionDeviceActivity
330 mButtonNotAllow = findViewById(R.id.btn_negative); in initUI()
335 mButtonNotAllow.setOnClickListener(this::onNegativeButtonClick); in initUI()
579 mButtonNotAllow.setVisibility(View.GONE); in initUiForMultipleDevices()
605 mButtonNotAllow.setVisibility(View.VISIBLE); in onDeviceClicked()
730 mButtonNotAllow.setEnabled(false); in disableButtons()
733 mButtonNotAllow.setTextColor( in disableButtons()
737 mButtonNotAllow.getBackground().setColorFilter( in disableButtons()
744 mButtonNotAllow.setEnabled(true); in enableButtons()
746 mButtonNotAllow.getBackground().setColorFilter(null); in enableButtons()
[all …]