Searched refs:mActionButton (Results 1 – 8 of 8) sorted by relevance
42 private final ImageButton mActionButton; field in ActionView64 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()
118 Button mActionButton; field in DeviceAdminAdd324 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 …]
50 private View mActionButton; field in CallLogViewHolder64 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()
117 Button mActionButton; field in DeviceAdminAdd349 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 …]
61 private Button mActionButton; field in UsersListFragmentTest98 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()
65 View mActionButton; field in ParametricEditor168 mActionButton = actionButton; in setUtilityPanelUI()
196 mActionButton = actionButton; in setUtilityPanelUI()
177 mActionButton = actionButton; in setUtilityPanelUI()