Searched refs:mActionButton (Results 1 - 5 of 5) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DActionableToastBar.java46 private View mActionButton; field in class:ActionableToastBar
73 mActionButton = findViewById(R.id.action_button);
108 mActionButton.setOnClickListener(new OnClickListener() {
135 mActionButton.setOnClickListener(null);
/packages/apps/Settings/src/com/android/settings/
H A DDeviceAdminAdd.java89 Button mActionButton; field in class:DeviceAdminAdd
290 mActionButton = (Button) findViewById(R.id.action_button);
291 mActionButton.setFilterTouchesWhenObscured(true);
292 mActionButton.setOnClickListener(new View.OnClickListener() {
457 mActionButton.setText(getText(R.string.remove_device_admin));
468 mActionButton.setText(getText(R.string.add_device_admin));
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DParametricEditor.java65 View mActionButton; field in class:ParametricEditor
168 mActionButton = actionButton;
H A DEditorChanSat.java177 mActionButton = actionButton;
H A DEditorVignette.java196 mActionButton = actionButton;

Completed in 464 milliseconds