Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DContextImpl.java2941 final ContextImpl windowContextBase = createWindowContextBase(windowTokenClient, in createWindowContextInternal() local
2947 final WindowContext windowContext = new WindowContext(windowContextBase, type, options); in createWindowContextInternal()
2948 windowContextBase.setOuterContext(windowContext); in createWindowContextInternal()
3009 private static Resources createWindowContextResources(@NonNull ContextImpl windowContextBase) { in createWindowContextResources() argument
3010 final LoadedApk packageInfo = windowContextBase.mPackageInfo; in createWindowContextResources()
3011 final ClassLoader classLoader = windowContextBase.getClassLoader(); in createWindowContextResources()
3012 final IBinder token = windowContextBase.getWindowContextToken(); in createWindowContextResources()
3019 final int displayId = windowContextBase.getDisplayId(); in createWindowContextResources()
3023 final List<ResourcesLoader> loaders = windowContextBase.mResources.getLoaders(); in createWindowContextResources()
3025 return windowContextBase.mResourcesManager.createBaseTokenResources(token, resDir, in createWindowContextResources()