Searched refs:mActionButtons (Results 1 – 6 of 6) sorted by relevance
58 private final List<Button> mActionButtons = new ArrayList<>(); field in CarNotificationActionsView134 Button button = mActionButtons.get(i); in bind()150 mActionButtons.get(0).setBackground(acceptButton); in bind()157 mActionButtons.get(1).setBackground(declineButton); in bind()165 for (Button button : mActionButtons) { in reset()176 mActionButtons.add(findViewById(R.id.action_1)); in onFinishInflate()177 mActionButtons.add(findViewById(R.id.action_2)); in onFinishInflate()178 mActionButtons.add(findViewById(R.id.action_3)); in onFinishInflate()183 return mActionButtons; in getActionButtons()199 Button button = mActionButtons.get(FIRST_MESSAGE_ACTION_BUTTON_INDEX); in createPlayButton()[all …]
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()
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()