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/sidecar/
DSampleSidecarImpl.java64 SidecarWindowLayoutInfo newLayout = getWindowLayoutInfo(windowToken); in onDisplayFeaturesChanged()
77 public SidecarWindowLayoutInfo getWindowLayoutInfo(@NonNull IBinder windowToken) { in getWindowLayoutInfo() method in SampleSidecarImpl
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/
DWindowLayoutComponentImpl.java142 WindowLayoutInfo newWindowLayout = getWindowLayoutInfo(context, features); in addWindowLayoutInfoListener()
269 WindowLayoutInfo newWindowLayout = getWindowLayoutInfo(context, storedFeatures); in onDisplayFeaturesChanged()
282 private WindowLayoutInfo getWindowLayoutInfo(@NonNull @UiContext Context context, in getWindowLayoutInfo() method in WindowLayoutComponentImpl
298 return getWindowLayoutInfo(displayId, windowConfiguration, in getCurrentWindowLayoutInfo()
313 private WindowLayoutInfo getWindowLayoutInfo(int displayId, in getWindowLayoutInfo() method in WindowLayoutComponentImpl