Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java657 final Rect primaryBounds = getPrimaryBounds(taskConfiguration, splitAttributes, in sanitizeSplitAttributes()
738 bounds = getPrimaryBounds(taskConfiguration, splitAttributes, foldingFeature); in getRelBoundsForPosition()
754 private Rect getPrimaryBounds(@NonNull Configuration taskConfiguration, in getPrimaryBounds() method in SplitPresenter