Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/
DSampleExtensionImpl.java85 ExtensionWindowLayoutInfo newLayout = getWindowLayoutInfo(activity); in onDisplayFeaturesChanged()
91 private ExtensionWindowLayoutInfo getWindowLayoutInfo(@NonNull Activity activity) { in getWindowLayoutInfo() method in SampleExtensionImpl
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/
DSampleSidecarImpl.java80 SidecarWindowLayoutInfo newLayout = getWindowLayoutInfo(windowToken); in onDisplayFeaturesChanged()
97 public SidecarWindowLayoutInfo getWindowLayoutInfo(@NonNull IBinder windowToken) { in getWindowLayoutInfo() method in SampleSidecarImpl