Searched refs:getExtensionWindowLayoutInfo (Results 1 – 5 of 5) sorted by relevance
21 import static android.server.wm.jetpack.extensions.util.ExtensionsUtil.getExtensionWindowLayoutInfo;60 WindowLayoutInfo fullInfo = getExtensionWindowLayoutInfo(activity); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxPortraitActivity()66 getExtensionWindowLayoutInfo(letterboxActivity); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxPortraitActivity()80 WindowLayoutInfo fullInfo = getExtensionWindowLayoutInfo(activity); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxLandscapeActivity()86 getExtensionWindowLayoutInfo(letterboxActivity); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxLandscapeActivity()102 WindowLayoutInfo fullInfo = getExtensionWindowLayoutInfo(activity); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxSlimPortraitActivity()108 getExtensionWindowLayoutInfo(letterboxActivity); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxSlimPortraitActivity()125 WindowLayoutInfo fullInfo = getExtensionWindowLayoutInfo(activity); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxSlimLandscapeActivity()131 getExtensionWindowLayoutInfo(letterboxActivity); in testWindowLayoutComponent_providesWindowLayoutFromLetterboxSlimLandscapeActivity()
23 import static android.server.wm.jetpack.extensions.util.ExtensionsUtil.getExtensionWindowLayoutInfo;175 WindowLayoutInfo windowLayoutInfoFromContext = getExtensionWindowLayoutInfo(testActivity); in testWindowLayoutComponent_onWindowLayoutChangeListener_wrappedContext()177 getExtensionWindowLayoutInfo(wrappedContext); in testWindowLayoutComponent_onWindowLayoutChangeListener_wrappedContext()210 WindowLayoutInfo windowLayoutInfoFromContext = getExtensionWindowLayoutInfo(context); in testWindowLayoutComponent_onWindowLayoutChangeListener_wrappedWindowContext()212 getExtensionWindowLayoutInfo(wrappedContext); in testWindowLayoutComponent_onWindowLayoutChangeListener_wrappedWindowContext()286 mWindowLayoutInfo = getExtensionWindowLayoutInfo(activity); in testWindowLayoutComponent_providesWindowLayoutFromActivity()320 mWindowLayoutInfo = getExtensionWindowLayoutInfo(windowContext); in testWindowLayoutComponent_providesWindowLayoutFromWindowContext()346 WindowLayoutInfo windowLayoutInfoFromContext = getExtensionWindowLayoutInfo(windowContext); in testWindowLayoutComponent_windowLayoutMatchesBetweenActivityAndWindowContext()347 WindowLayoutInfo windowLayoutInfoFromActivity = getExtensionWindowLayoutInfo(activity); in testWindowLayoutComponent_windowLayoutMatchesBetweenActivityAndWindowContext()363 mWindowLayoutInfo = getExtensionWindowLayoutInfo(activity); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()[all …]
21 import static android.server.wm.jetpack.extensions.util.ExtensionsUtil.getExtensionWindowLayoutInfo;88 WindowLayoutInfo windowLayoutInfo = getExtensionWindowLayoutInfo(primaryActivity); in testDisplayFeaturesWithEmbedding()107 WindowLayoutInfo newWindowLayoutInfo = getExtensionWindowLayoutInfo(secondaryActivity); in testDisplayFeaturesWithEmbedding()116 newWindowLayoutInfo = getExtensionWindowLayoutInfo(primaryActivity); in testDisplayFeaturesWithEmbedding()160 WindowLayoutInfo windowLayoutInfo = getExtensionWindowLayoutInfo(initialActivity); in testDisplayFeaturesWithEmbedding_differentPackage()177 WindowLayoutInfo newWindowLayoutInfo = getExtensionWindowLayoutInfo(secondaryActivity); in testDisplayFeaturesWithEmbedding_differentPackage()
168 public static WindowLayoutInfo getExtensionWindowLayoutInfo(@UiContext Context context) in getExtensionWindowLayoutInfo() method in ExtensionsUtil197 WindowLayoutInfo windowLayoutInfo = getExtensionWindowLayoutInfo(activity); in getExtensionDisplayFeatureTypes()
22 import static android.server.wm.jetpack.extensions.util.ExtensionsUtil.getExtensionWindowLayoutInfo;546 foldingFeature = getFoldingFeature(getExtensionWindowLayoutInfo(activity)); in getExpectedBoundsPair()