Home
last modified time | relevance | path

Searched refs:mActionButtons (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java67 private final List<CarNotificationActionButton> mActionButtons = new ArrayList<>(); field in CarNotificationActionsView
218 CarNotificationActionButton button = mActionButtons.get(i); in bind()
234 mActionButtons.get(0).setBackground(mCallButtonBackground); in bind()
235 mActionButtons.get(1).setBackground(mDeclineButtonBackground); in bind()
236 mActionButtons.get(0).setTextColor(mCallButtonTextColor); in bind()
237 mActionButtons.get(1).setTextColor(mDeclineButtonTextColor); in bind()
252 for (CarNotificationActionButton button : mActionButtons) { in resetButtons()
263 mActionButtons.add(findViewById(R.id.action_1)); in onFinishInflate()
264 mActionButtons.add(findViewById(R.id.action_2)); in onFinishInflate()
265 mActionButtons.add(findViewById(R.id.action_3)); in onFinishInflate()
[all …]
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsButtonsController.java39 private ActionButtonsPreference mActionButtons; field in BluetoothDetailsButtonsController
55 mActionButtons = ((ActionButtonsPreference) screen.findPreference( in init()
65 mActionButtons.setButton2Enabled(!mCachedDevice.isBusy()); in refresh()
71 mActionButtons in refresh()
83 mActionButtons in refresh()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DOverviewActionsView.java114 protected LinearLayout mActionButtons; field in OverviewActionsView
158 mActionButtons = findViewById(R.id.action_buttons); in onFinishInflate()
161 mMultiValueAlphas[ACTIONS_ALPHAS] = new MultiValueAlpha(mActionButtons, NUM_ALPHAS); in onFinishInflate()
318 mActionButtons.requestLayout(); in updateSplitButtonHiddenFlags()
346 return mActionButtons.getVisibility() == View.VISIBLE in areActionsButtonsVisible()
360 updateActionBarPosition(mActionButtons); in updateVerticalMargin()
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeRuleSettingsBase.java57 protected ZenRuleButtonsPreferenceController mActionButtons; field in ZenModeRuleSettingsBase
162 mActionButtons.displayPreference(screen); in updateHeader()
163 updatePreference(mActionButtons); in updateHeader()
201 mActionButtons.setIdAndRule(mId, mRule); in refreshRuleOrFinish()
DZenModeEventRuleSettings.java89 mActionButtons = new ZenRuleButtonsPreferenceController(context, this, in createPreferenceControllers()
94 controllers.add(mActionButtons); in createPreferenceControllers()
DZenModeScheduleRuleSettings.java183 mActionButtons = new ZenRuleButtonsPreferenceController(context, this, in createPreferenceControllers()
188 controllers.add(mActionButtons); in createPreferenceControllers()
/packages/apps/Settings/src/com/android/settings/tts/
DTextToSpeechSettings.java119 private ActionButtonsPreference mActionButtons; field in TextToSpeechSettings
180 mActionButtons = ((ActionButtonsPreference) findPreference(KEY_ACTION_BUTTONS)) in onCreate()
740 mActionButtons.setButton1Enabled(enable); in updateWidgetState()