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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
ParametricEditor.java 65 View mActionButton;
168 mActionButton = actionButton;
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 106 Button mActionButton;
344 mActionButton = (Button) findViewById(R.id.action_button);
345 mActionButton.setFilterTouchesWhenObscured(true);
346 mActionButton.setOnClickListener(new View.OnClickListener() {
542 mActionButton.setText(R.string.remove_managed_profile_label);
553 mActionButton.setText(R.string.remove_device_admin);
554 mActionButton.setEnabled(false);
562 mActionButton.setText(R.string.remove_and_uninstall_device_admin);
564 mActionButton.setText(R.string.remove_device_admin);
584 mActionButton.setText(getText(R.string.add_device_admin))
    [all...]
  /frameworks/native/include/input/
Input.h 403 inline int32_t getActionButton() const { return mActionButton; }
405 inline void setActionButton(int32_t button) { mActionButton = button; }
613 int32_t mActionButton;

Completed in 95 milliseconds