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

  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 113 Button mActionButton;
349 mActionButton = (Button) findViewById(R.id.action_button);
355 if (!mActionButton.isEnabled()) {
479 mActionButton.setEnabled(true);
491 mActionButton.setEnabled(false);
569 mActionButton.setText(R.string.remove_managed_profile_label);
576 mActionButton.setEnabled(admin == null && !hasBaseRestriction);
587 mActionButton.setText(R.string.remove_device_admin);
588 mActionButton.setEnabled(false);
596 mActionButton.setText(R.string.remove_and_uninstall_device_admin)
    [all...]
  /frameworks/native/libs/input/
Input.cpp 235 mActionButton = actionButton;
255 mActionButton = other->mActionButton;
435 mActionButton = parcel->readInt32();
484 parcel->writeInt32(mActionButton);
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothDeviceListAdapter.java 97 private final ImageButton mActionButton;
106 mActionButton = (ImageButton) view.findViewById(R.id.action);
200 holder.mActionButton.setVisibility(View.VISIBLE);
201 holder.mActionButton.setOnClickListener(v -> {
208 holder.mActionButton.setVisibility(View.GONE);
  /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;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
ParametricEditor.java 65 View mActionButton;
168 mActionButton = actionButton;
EditorChanSat.java 177 mActionButton = actionButton;
EditorVignette.java 196 mActionButton = actionButton;

Completed in 1011 milliseconds