Searched refs:mWindowLayoutComponent (Results 1 – 3 of 3) sorted by relevance
111 private WindowLayoutComponent mWindowLayoutComponent; field in ExtensionWindowLayoutComponentTest128 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 …]
69 private WindowLayoutComponent mWindowLayoutComponent; field in ActivityEmbeddingIntegrationTests77 mWindowLayoutComponent = getExtensionWindowLayoutComponent(); in setUp()78 assumeNotNull(mWindowLayoutComponent); in setUp()
128 private final WindowLayoutComponent mWindowLayoutComponent = field in MockIme810 () -> 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);