Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/content/
H A DContextTest.java64 final Context systemUiContext = in testDisplayIdForSystemUiContext() local
67 assertEquals(systemUiContext.getDisplay().getDisplayId(), systemUiContext.getDisplayId()); in testDisplayIdForSystemUiContext()
135 final Context systemUiContext = in testIsUiContext_systemUiContext_returnsTrue() local
138 assertThat(systemUiContext.isUiContext()).isTrue(); in testIsUiContext_systemUiContext_returnsTrue()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DInputMethodMenuControllerTest.java104 Context systemUiContext = ActivityThread.currentActivityThread() in setUp() local
106 spyOn(systemUiContext); in setUp()
107 doReturn(display).when(systemUiContext).getDisplay(); in setUp()
/aosp12/frameworks/base/core/java/android/app/
H A DConfigurationController.java159 final ContextImpl systemUiContext = mActivityThread.getSystemUiContextNoCreate(); in handleConfigurationChanged() local
161 systemUiContext != null ? systemUiContext.getTheme() : null; in handleConfigurationChanged()
H A DActivityThread.java2670 ContextImpl systemUiContext = mDisplaySystemUiContexts.get(displayId); in getSystemUiContext() local
2671 if (systemUiContext == null) { in getSystemUiContext()
2672 systemUiContext = ContextImpl.createSystemUiContext(getSystemContext(), displayId); in getSystemUiContext()
2673 mDisplaySystemUiContexts.put(displayId, systemUiContext); in getSystemUiContext()
2675 return systemUiContext; in getSystemUiContext()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxConfiguration.java128 LetterboxConfiguration(Context systemUiContext) { in LetterboxConfiguration() argument
129 mContext = systemUiContext; in LetterboxConfiguration()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodMenuController.java225 final Context systemUiContext = ActivityThread.currentActivityThread() in getSettingsContext() local
227 final Context windowContext = systemUiContext.createWindowContext( in getSettingsContext()
/aosp12/frameworks/base/services/java/com/android/server/
H A DSystemServer.java982 final Context systemUiContext = activityThread.getSystemUiContext(); in createSystemContext() local
983 systemUiContext.setTheme(DEFAULT_SYSTEM_THEME); in createSystemContext()