Home
last modified time | relevance | path

Searched refs:mActionButton (Results 1 – 8 of 8) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/actions/
DActionView.java42 private final ImageButton mActionButton; field in ActionView
64 mActionButton = (ImageButton) findViewById(R.id.inspector_action_button); in ActionView()
79 mActionButton.setContentDescription(mContext.getString(action.getButtonLabel())); in init()
81 mActionButton.setOnClickListener(listener); in init()
115 mActionButton.setImageResource(mAction.getButtonIcon()); in showAction()
116 mActionButton.setVisibility(View.VISIBLE); in showAction()
118 mActionButton.setVisibility(View.GONE); in showAction()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/
DDeviceAdminAdd.java118 Button mActionButton; field in DeviceAdminAdd
324 mActionButton = ((AlertDialog) dialog).getButton(DialogInterface.BUTTON_POSITIVE); in onCreate()
325 mActionButton.setFilterTouchesWhenObscured(true); in onCreate()
398 mActionButton = (Button) findViewById(R.id.action_button); in onCreate()
404 if (!mActionButton.isEnabled()) { in onCreate()
552 mActionButton.setEnabled(true); in onResume()
566 mActionButton.setEnabled(false); in onPause()
641 mActionButton.setText(R.string.remove_managed_profile_label); in updateInterface()
648 mActionButton.setEnabled(admin == null && !hasBaseRestriction); in updateInterface()
659 mActionButton.setText(R.string.remove_device_admin); in updateInterface()
[all …]
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/
DCallLogViewHolder.java50 private View mActionButton; field in CallLogViewHolder
64 mActionButton = itemView.findViewById(R.id.calllog_action_button); in CallLogViewHolder()
101 if (mActionButton == null) { in setUpActionButton()
108 mActionButton.setVisibility(View.GONE); in setUpActionButton()
113 mActionButton.setVisibility(View.VISIBLE); in setUpActionButton()
114 mActionButton.setOnClickListener( in setUpActionButton()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/specialaccess/deviceadmin/
DDeviceAdminAdd.java117 Button mActionButton; field in DeviceAdminAdd
349 mActionButton = (Button) findViewById(R.id.action_button); in onCreate()
355 if (!mActionButton.isEnabled()) { in onCreate()
503 mActionButton.setEnabled(true); in onResume()
515 mActionButton.setEnabled(false); in onPause()
593 mActionButton.setText(R.string.remove_managed_profile_label); in updateInterface()
600 mActionButton.setEnabled(admin == null && !hasBaseRestriction); in updateInterface()
611 mActionButton.setText(R.string.remove_device_admin); in updateInterface()
612 mActionButton.setEnabled(false); in updateInterface()
620 mActionButton.setText(R.string.remove_and_uninstall_device_admin); in updateInterface()
[all …]
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/users/
DUsersListFragmentTest.java61 private Button mActionButton; field in UsersListFragmentTest
98 mActionButton.callOnClick(); in testCallOnClick_demoUser_exitRetailMode()
109 mActionButton.callOnClick(); in testCallOnClick_userLimitReached_showErrorDialog()
119 mActionButton.callOnClick(); in testCallOnClick_showAddUserDialog()
135 mActionButton = (Button) mTestActivity.findViewById(R.id.action_button1); in refreshButtons()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DParametricEditor.java65 View mActionButton; field in ParametricEditor
168 mActionButton = actionButton; in setUtilityPanelUI()
DEditorVignette.java196 mActionButton = actionButton; in setUtilityPanelUI()
DEditorChanSat.java177 mActionButton = actionButton; in setUtilityPanelUI()