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

  /packages/apps/DocumentsUI/src/com/android/documentsui/inspector/actions/
ActionView.java 42 private final ImageButton mActionButton;
64 mActionButton = (ImageButton) findViewById(R.id.inspector_action_button);
79 mActionButton.setContentDescription(mContext.getString(action.getButtonLabel()));
81 mActionButton.setOnClickListener(listener);
115 mActionButton.setImageResource(mAction.getButtonIcon());
116 mActionButton.setVisibility(View.VISIBLE);
118 mActionButton.setVisibility(View.GONE);
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 113 Button mActionButton;
345 mActionButton = (Button) findViewById(R.id.action_button);
351 if (!mActionButton.isEnabled()) {
497 mActionButton.setEnabled(true);
509 mActionButton.setEnabled(false);
587 mActionButton.setText(R.string.remove_managed_profile_label);
594 mActionButton.setEnabled(admin == null && !hasBaseRestriction);
605 mActionButton.setText(R.string.remove_device_admin);
606 mActionButton.setEnabled(false);
614 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 103 private final ImageButton mActionButton;
112 mActionButton = (ImageButton) view.findViewById(R.id.action);
219 holder.mActionButton.setVisibility(View.VISIBLE);
220 holder.mActionButton.setOnClickListener(v -> {
225 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 331 milliseconds