Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java2875 final ContextImpl windowContextBase = createWindowContextBase(windowTokenClient, in createWindowContextInternal() local
2881 final WindowContext windowContext = new WindowContext(windowContextBase, type, options); in createWindowContextInternal()
2882 windowContextBase.setOuterContext(windowContext); in createWindowContextInternal()
2944 private static Resources createWindowContextResources(@NonNull ContextImpl windowContextBase) { in createWindowContextResources() argument
2945 final LoadedApk packageInfo = windowContextBase.mPackageInfo; in createWindowContextResources()
2946 final ClassLoader classLoader = windowContextBase.getClassLoader(); in createWindowContextResources()
2947 final IBinder token = windowContextBase.getWindowContextToken(); in createWindowContextResources()
2954 final int displayId = windowContextBase.getDisplayId(); in createWindowContextResources()
2958 final List<ResourcesLoader> loaders = windowContextBase.mResources.getLoaders(); in createWindowContextResources()
2960 return windowContextBase.mResourcesManager.createBaseTokenResources(token, resDir, in createWindowContextResources()