HomeSort by relevance Sort by last modified time
    Searched defs:mActionButton (Results 1 - 4 of 4) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java 48 private View mActionButton;
78 mActionButton = findViewById(R.id.action_button);
114 mActionButton.setOnClickListener(new OnClickListener() {
150 mActionButton.setOnClickListener(null);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionableToastBar.java 48 private View mActionButton;
85 mActionButton = findViewById(R.id.action_button);
120 mActionButton.setOnClickListener(new OnClickListener() {
163 mActionButton.setOnClickListener(null);
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 79 Button mActionButton;
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/
ParametricEditor.java 65 View mActionButton;
168 mActionButton = actionButton;

Completed in 319 milliseconds