Searched refs:mActionButtons (Results 1 – 6 of 6) sorted by relevance
38 private ActionButtonsPreference mActionButtons; field in BluetoothDetailsButtonsController54 mActionButtons = ((ActionButtonsPreference) screen.findPreference( in init()64 mActionButtons.setButton2Enabled(!mCachedDevice.isBusy()); in refresh()70 mActionButtons in refresh()78 mActionButtons in refresh()
67 private final List<CarNotificationActionButton> mActionButtons = new ArrayList<>(); field in CarNotificationActionsView214 CarNotificationActionButton button = mActionButtons.get(i); in bind()230 mActionButtons.get(0).setBackground(mCallButtonBackground); in bind()231 mActionButtons.get(1).setBackground(mDeclineButtonBackground); in bind()246 for (CarNotificationActionButton button : mActionButtons) { in resetButtons()257 mActionButtons.add(findViewById(R.id.action_1)); in onFinishInflate()258 mActionButtons.add(findViewById(R.id.action_2)); in onFinishInflate()259 mActionButtons.add(findViewById(R.id.action_3)); in onFinishInflate()264 return mActionButtons; in getActionButtons()297 CarNotificationActionButton button = mActionButtons.get(index); in createReplyButton()[all …]
52 protected ZenRuleButtonsPreferenceController mActionButtons; field in ZenModeRuleSettingsBase139 mActionButtons.onResume(mRule, mId); in updateHeader()140 mActionButtons.displayPreference(screen); in updateHeader()141 updatePreference(mActionButtons); in updateHeader()
88 mActionButtons = new ZenRuleButtonsPreferenceController(context, this, in createPreferenceControllers()93 controllers.add(mActionButtons); in createPreferenceControllers()
202 mActionButtons = new ZenRuleButtonsPreferenceController(context, this, in createPreferenceControllers()207 controllers.add(mActionButtons); in createPreferenceControllers()
119 private ActionButtonsPreference mActionButtons; field in TextToSpeechSettings180 mActionButtons = ((ActionButtonsPreference) findPreference(KEY_ACTION_BUTTONS)) in onCreate()738 mActionButtons.setButton1Enabled(enable); in updateWidgetState()