Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/
DExtensionWindowLayoutComponentTest.java111 private WindowLayoutComponent mWindowLayoutComponent; field in ExtensionWindowLayoutComponentTest
128 mWindowLayoutComponent = in setUp()
130 assumeNotNull(mWindowLayoutComponent); in setUp()
229 mWindowLayoutComponent.addWindowLayoutInfoListener(activity, windowLayoutInfoConsumer); in testWindowLayoutComponent_windowLayoutInfoListener()
230 mWindowLayoutComponent.removeWindowLayoutInfoListener(windowLayoutInfoConsumer); in testWindowLayoutComponent_windowLayoutInfoListener()
249 mWindowLayoutComponent.addWindowLayoutInfoListener(testActivity, windowLayoutInfoConsumer); in testWindowLayoutComponent_windowLayoutInfoListener_deviceStateChanged()
277 mWindowLayoutComponent.removeWindowLayoutInfoListener(windowLayoutInfoConsumer); in testWindowLayoutComponent_windowLayoutInfoListener_deviceStateChanged()
404 mWindowLayoutComponent.addWindowLayoutInfoListener( in testGetWindowLayoutInfo_displayMetricsChanged_windowLayoutUpdates()
438 mWindowLayoutComponent.removeWindowLayoutInfoListener(windowLayoutInfoConsumer); in testGetWindowLayoutInfo_displayMetricsChanged_windowLayoutUpdates()
747 SupportedWindowFeatures features = mWindowLayoutComponent.getSupportedWindowFeatures(); in test_half_opened_state_reports_half_opened_property()
[all …]
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DActivityEmbeddingIntegrationTests.java69 private WindowLayoutComponent mWindowLayoutComponent; field in ActivityEmbeddingIntegrationTests
77 mWindowLayoutComponent = getExtensionWindowLayoutComponent(); in setUp()
78 assumeNotNull(mWindowLayoutComponent); in setUp()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java128 private final WindowLayoutComponent mWindowLayoutComponent = field in MockIme
810 () -> mWindowLayoutComponent != null); in onCreate()
847 if (mSettings.isWindowLayoutInfoCallbackEnabled() && mWindowLayoutComponent != null) { in onCreate()
850 mWindowLayoutComponent.addWindowLayoutInfoListener(this, mWindowLayoutInfoConsumer); in onCreate()
1256 if (mSettings.isWindowLayoutInfoCallbackEnabled() && mWindowLayoutComponent != null) {
1257 mWindowLayoutComponent.removeWindowLayoutInfoListener(mWindowLayoutInfoConsumer);