Searched refs:mSharedState (Results 1 – 3 of 3) sorted by relevance
48 private final RadioButtonGroupState mSharedState; field in TtsEnginePreference57 mSharedState = state; in TtsEnginePreference()70 boolean isChecked = getKey().equals(mSharedState.getCurrentKey()); in onBindViewHolder()72 mSharedState.setCurrentChecked(rb); in onBindViewHolder()111 if (mSharedState.getCurrentChecked() == buttonView) { in onRadioButtonClicked()140 if (mSharedState.getCurrentChecked() != null) { in makeCurrentEngine()141 mSharedState.getCurrentChecked().setChecked(false); in makeCurrentEngine()146 mSharedState.setCurrentChecked(current); in makeCurrentEngine()147 mSharedState.setCurrentKey(getKey()); in makeCurrentEngine()148 callChangeListener(mSharedState.getCurrentKey()); in makeCurrentEngine()
136 private final TaskbarSharedState mSharedState = new TaskbarSharedState(); field in TaskbarManager295 mSharedState.setTaskbarWasPinned(false); in TaskbarManager()309 mSharedState.taskbarSystemActionPendingIntent = PendingIntent.getBroadcast( in TaskbarManager()474 mSharedState.startTaskbarVariantIsTransient = in recreateTaskbar()476 mSharedState.allAppsVisible = mSharedState.allAppsVisible && isLargeScreenTaskbar; in recreateTaskbar()477 mTaskbarActivityContext.init(mSharedState); in recreateTaskbar()498 mSharedState.sysuiStateFlags, QuickStepContract::getSystemUiStateString)); in onSystemUiFlagsChanged()500 mSharedState.sysuiStateFlags = systemUiStateFlags; in onSystemUiFlagsChanged()516 mSharedState.setupUIVisible = isVisible; in setSetupUIVisible()533 mSharedState.disableNavBarDisplayId = displayId; in disableNavBarElements()[all …]
77 @Nullable private TaskbarSharedState mSharedState = null; field in TaskbarControllers150 mSharedState = sharedState; in init()162 taskbarStashController.init(this, sharedState.setupUIVisible, mSharedState); in init()174 taskbarPinningController.init(this, mSharedState); in init()207 uiController.updateStateForSysuiFlags(mSharedState.sysuiStateFlags); in setUiController()216 return mSharedState; in getSharedState()230 mSharedState = null; in onDestroy()