Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/
Dwarning_dialog_component_test.ts86 const actionButton = assertDefined( constant
89 actionButton.click();
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCard.java567 Button actionButton = (Button) action.actionView.findViewById(R.id.card_button); in initializeActionViews() local
569 actionButton.setText(action.label); in initializeActionViews()
570 actionButton.setOnClickListener(new View.OnClickListener() { in initializeActionViews()