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 46 private View mActionButton;
73 mActionButton = findViewById(R.id.action_button);
108 mActionButton.setOnClickListener(new OnClickListener() {
135 mActionButton.setOnClickListener(null);
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 89 Button mActionButton;
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/
ParametricEditor.java 65 View mActionButton;
168 mActionButton = actionButton;
  /frameworks/native/include/input/
Input.h 384 inline int32_t getActionButton() const { return mActionButton; }
386 inline void setActionButton(int32_t button) { mActionButton = button; }
594 int32_t mActionButton;

Completed in 71 milliseconds