Searched refs:mActionButtons (Results 1 – 7 of 7) sorted by relevance
67 private final List<CarNotificationActionButton> mActionButtons = new ArrayList<>(); field in CarNotificationActionsView218 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 …]
39 private ActionButtonsPreference mActionButtons; field in BluetoothDetailsButtonsController55 mActionButtons = ((ActionButtonsPreference) screen.findPreference( in init()65 mActionButtons.setButton2Enabled(!mCachedDevice.isBusy()); in refresh()71 mActionButtons in refresh()83 mActionButtons in refresh()
114 protected LinearLayout mActionButtons; field in OverviewActionsView158 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()
57 protected ZenRuleButtonsPreferenceController mActionButtons; field in ZenModeRuleSettingsBase162 mActionButtons.displayPreference(screen); in updateHeader()163 updatePreference(mActionButtons); in updateHeader()201 mActionButtons.setIdAndRule(mId, mRule); in refreshRuleOrFinish()
89 mActionButtons = new ZenRuleButtonsPreferenceController(context, this, in createPreferenceControllers()94 controllers.add(mActionButtons); in createPreferenceControllers()
183 mActionButtons = new ZenRuleButtonsPreferenceController(context, this, in createPreferenceControllers()188 controllers.add(mActionButtons); in createPreferenceControllers()
119 private ActionButtonsPreference mActionButtons; field in TextToSpeechSettings180 mActionButtons = ((ActionButtonsPreference) findPreference(KEY_ACTION_BUTTONS)) in onCreate()740 mActionButtons.setButton1Enabled(enable); in updateWidgetState()