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

/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DActionableToastBar.java48 private View mActionButton; field in class:ActionableToastBar
78 mActionButton = findViewById(R.id.action_button);
114 mActionButton.setOnClickListener(new OnClickListener() {
150 mActionButton.setOnClickListener(null);
/packages/apps/Settings/src/com/android/settings/
H A DDeviceAdminAdd.java79 Button mActionButton; field in class:DeviceAdminAdd
216 mActionButton = (Button) findViewById(R.id.action_button);
217 mActionButton.setOnClickListener(new View.OnClickListener() {
338 mActionButton.setText(getText(R.string.remove_device_admin));
356 mActionButton.setText(getText(R.string.add_device_admin));
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DParametricEditor.java54 View mActionButton; field in class:ParametricEditor
158 mActionButton = actionButton;

Completed in 77 milliseconds