Home
last modified time | relevance | path

Searched defs:windowContext (Results 1 – 25 of 121) sorted by relevance

12345

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/window/
H A DWindowContextTest.java200 final WindowContext windowContext = createWindowContext(params.type); in testCreateWindowContext_AttachActivity_TokenNotRemovedAfterRelease() local
228 final WindowContext windowContext = createWindowContext(TYPE_INPUT_METHOD); in testCreateWindowContext_AttachWindowToken_TokenNotRemovedAfterRelease() local
256 final WindowContext windowContext = createWindowContext(TYPE_INPUT_METHOD); in testWindowContextAddViewWithSubWindowType_NotCrash() local
294 final WindowContext windowContext = createWindowContext(); in testRegisterComponentCallbacks() local
322 final WindowContext windowContext = createWindowContext(); in testRegisterComponentCallbacksOnWindowContextWrapper() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
H A DWindowContextTests.java83 final Context windowContext = createWindowContext(display.mId); in testWindowContextConfigChanges() local
117 final Context windowContext = createWindowContext(DEFAULT_DISPLAY); in testWindowContextBindService() local
143 final Context windowContext = createWindowContext(display.mId); in testWindowContextRegisterComponentCallbacks() local
173 final Context windowContext = createWindowContext(display.mId); in testWindowContextGlobalConfigChanges() local
H A DWindowContextPolicyTests.java115 final Context windowContext = createWindowContext(display.mId); in testWindowContextAddMismatchedWindowType() local
/aosp_15_r20/cts/tests/tests/content/src/android/content/wm/cts/
H A DContextGetDisplayTest.java111 final Context windowContext = createWindowContext(); in testGetDisplayFromWindowContext() local
118 final Context windowContext = mApplicationContext.createWindowContext(display, in testGetDisplayFromWindowContextWithDefaultDisplay() local
126 final Context windowContext = mApplicationContext.createWindowContext(display, in testGetDisplayFromWindowContextWithSecondaryDisplay() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/
H A DExtensionWindowLayoutComponentTest.java146 final Context windowContext = mContext.createWindowContext(defaultDisplay, in createContextWithNonActivityWindow() local
329 Context windowContext = createContextWithNonActivityWindow(); in testWindowLayoutComponent_providesWindowLayoutFromWindowContext() local
355 Context windowContext = createContextWithNonActivityWindow(); in testWindowLayoutComponent_windowLayoutMatchesBetweenActivityAndWindowContext() local
531 Context windowContext = createContextWithNonActivityWindow(); in testWindowLayoutComponent_updatesWindowLayoutFromContextAfterRotation() local
606 final Context windowContext = createContextWithNonActivityWindow(); in testWindowLayoutComponent_getCurrentWindowLayoutInfoFromWindowContext() local
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxCodeProvider/src/com/android/sdksandboxcode_1/
DSampleSandboxedSdkProvider.java90 public View getView(Context windowContext, Bundle params, int width, int height) { in getView()
209 Context windowContext, in TestView()
348 TestWebView(Context windowContext) { in TestWebView()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationImpl.java118 final Context windowContext = mContext.createWindowContext(display, in createInstance() local
166 final Context windowContext = mContext.createWindowContext(display, in createInstance() local
209 final Context windowContext = mContext.createWindowContext(display, in createInstance() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodDialogWindowContext.java51 final Context windowContext = systemUiContext.createWindowContext( in get() local
/aosp_15_r20/external/swiftshader/src/WSI/
H A DWin32SurfaceKHR.hpp48 HDC windowContext = {}; member in vk::Win32SurfaceKHR
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/hostsidetests/codeprovider/src/com/android/testcode_1/
DTestSandboxedSdkProvider.java34 public View getView(Context windowContext, Bundle params, int width, int height) { in getView()
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/codeprovider/src/com/android/tests/codeprovider/storagetest_1/
DStorageTestSandboxedSdkProvider.java34 public View getView(Context windowContext, Bundle params, int width, int height) { in getView()
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/cts/hostside/provider/src/com/android/sdksandbox/cts/provider/storagetest/
DSdkSandboxStorageTestProvider.java33 public View getView(Context windowContext, Bundle params, int width, int height) { in getView()
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/hostsidetests/codeprovider/src/com/android/testcode2_1/
DTestSandboxedSdkProvider2.java34 public View getView(Context windowContext, Bundle params, int width, int height) { in getView()
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/providers/MediationProvider/src/com/android/sdksandbox/cts/provider/mediationtest/
DSdkSandboxMediationTestProvider.java33 public View getView(Context windowContext, Bundle params, int width, int height) { in getView()
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/cts/hostside/provider/src/com/android/sdksandbox/cts/provider/dataisolationtest/
DSdkSandboxDataIsolationTestProvider.java33 public View getView(Context windowContext, Bundle params, int width, int height) { in getView()
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/test-apps/FailingSdkProvider/src/com/android/sdksandboxcode_1/
DFailingSdkProvider.java33 public View getView(Context windowContext, Bundle params, int width, int height) { in getView()
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxCodeProvider/src/com/android/sdksandboxcode_mediatee/
DSandboxedSdkMediateeProvider.java32 public View getView(Context windowContext, Bundle params, int width, int height) { in getView()
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/test-apps/EmptyProvider/src/com/android/emptysdkprovider/
DEmptySdkProvider.java39 public final View getView(Context windowContext, Bundle params, int width, int height) { in getView()
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/test-apps/TestProvider/src/com/android/testprovider/
DTestProvider.java38 public View getView(Context windowContext, Bundle params, int width, int height) { in getView()
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
H A DWindowManagerTests.java49 final Context windowContext = context.createWindowContext(display, in testProposedRotationListener() local
/aosp_15_r20/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/
DCarLauncherViewModelFactoryTest.java63 Context windowContext = mActivity in setUp() local
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/providers/CtsProvider/src/com/android/ctssdkprovider/
DSdkProvider.java44 public View getView(Context windowContext, Bundle params, int width, int height) { in getView()
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxCodeProvider/src/com/android/sdksandboxcode_webview/
DSandboxedSdkWebViewProvider.java52 public View getView(Context windowContext, Bundle params, int width, int height) { in getView()
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/test-apps/SocketApp/src/com/android/socketapp/
DSocketSdkProvider.java45 public final View getView(Context windowContext, Bundle params, int width, int height) { in getView()
/aosp_15_r20/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/
DSandboxedSdkProvider.java115 public abstract View getView( in getView()

12345