Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/
H A DWindowLayoutComponentImpl.java148 WindowLayoutInfo newWindowLayout = getWindowLayoutInfo(context, features); in addWindowLayoutInfoListener()
259 WindowLayoutInfo newWindowLayout = getWindowLayoutInfo(context, storedFeatures); in onDisplayFeaturesChanged()
272 private WindowLayoutInfo getWindowLayoutInfo(@NonNull @UiContext Context context, in getWindowLayoutInfo() method in WindowLayoutComponentImpl
288 return getWindowLayoutInfo(displayId, windowConfiguration, in getCurrentWindowLayoutInfo()
294 private WindowLayoutInfo getWindowLayoutInfo(int displayId, in getWindowLayoutInfo() method in WindowLayoutComponentImpl
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/
H A DSampleSidecarImpl.java68 SidecarWindowLayoutInfo newLayout = getWindowLayoutInfo(windowToken); in onDisplayFeaturesChanged()
99 public SidecarWindowLayoutInfo getWindowLayoutInfo(@NonNull IBinder windowToken) { in getWindowLayoutInfo() method in SampleSidecarImpl