Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsAlgorithm.java121 Rect entryBounds = getEntryDestinationBoundsIgnoringKeepClearAreas(); in getEntryDestinationBounds()
130 public Rect getEntryDestinationBoundsIgnoringKeepClearAreas() { in getEntryDestinationBoundsIgnoringKeepClearAreas() method in PipBoundsAlgorithm
DPhonePipKeepClearAlgorithm.java58 ? pipBoundsAlgorithm.getEntryDestinationBoundsIgnoringKeepClearAreas() in adjust()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipBoundsAlgorithm.java112 public Rect getEntryDestinationBoundsIgnoringKeepClearAreas() { in getEntryDestinationBoundsIgnoringKeepClearAreas() method in TvPipBoundsAlgorithm
DTvPipTransition.java412 mPipBoundsAlgorithm.getEntryDestinationBoundsIgnoringKeepClearAreas(); in startEnterAnimation()