Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitPresenter.java827 final Rect primaryBounds = getPrimaryBounds(taskConfiguration, splitAttributes, in sanitizeSplitAttributes()
912 bounds = getPrimaryBounds(taskConfiguration, splitAttributes, foldingFeature); in getRelBoundsForPosition()
928 private Rect getPrimaryBounds(@NonNull Configuration taskConfiguration, in getPrimaryBounds() method in SplitPresenter