Home
last modified time | relevance | path

Searched defs:defaultBounds (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipBoundsAlgorithmTest.java146 final Rect defaultBounds = mPipBoundsAlgorithm.getDefaultBounds(); in getDefaultBounds_noOverrideMinSize_matchesDefaultSizeAndAspectRatio() local
160 final Rect defaultBounds = mPipBoundsAlgorithm.getDefaultBounds(); in getDefaultBounds_widerOverrideMinSize_matchesMinSizeWidthAndDefaultAspectRatio() local
176 final Rect defaultBounds = mPipBoundsAlgorithm.getDefaultBounds(); in getDefaultBounds_tallerOverrideMinSize_matchesMinSizeHeightAndDefaultAspectRatio() local
189 final Rect defaultBounds = mPipBoundsAlgorithm.getDefaultBounds(); in getDefaultBounds_imeShowing_offsetByImeHeight() local
201 final Rect defaultBounds = mPipBoundsAlgorithm.getDefaultBounds(); in getDefaultBounds_shelfShowing_offsetByShelfHeight() local
215 final Rect defaultBounds = mPipBoundsAlgorithm.getDefaultBounds(); in getDefaultBounds_imeAndShelfShowing_offsetByTallest() local
230 final Rect defaultBounds = mPipBoundsAlgorithm.getDefaultBounds(); in getDefaultBounds_boundsAtDefaultGravity() local
238 final Rect defaultBounds = mPipBoundsAlgorithm.getDefaultBounds(); in getNormalBounds_invalidAspectRatio_returnsDefaultBounds() local
417 final Rect defaultBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in getEntryDestinationBounds_noReentryState_useDefaultBounds() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipKeepClearAlgorithmInterface.java49 default Rect findUnoccludedPosition(Rect defaultBounds, Set<Rect> restrictedKeepClearAreas, in findUnoccludedPosition()
DPhonePipKeepClearAlgorithm.java112 public Rect findUnoccludedPosition(Rect defaultBounds, Set<Rect> restrictedKeepClearAreas, in findUnoccludedPosition()
DPipBoundsAlgorithm.java300 final Rect defaultBounds = new Rect(); in getDefaultBounds() local