Home
last modified time | relevance | path

Searched defs:getEnterPipWithOverlaySrcRectHint (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipUtils.kt153 fun getEnterPipWithOverlaySrcRectHint(appBounds: Rect, aspectRatio: Float): Rect { in getEnterPipWithOverlaySrcRectHint() method
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DPipActivity.java274 private Rect getEnterPipWithOverlaySrcRectHint(Rect appBounds, float aspectRatio) { in getEnterPipWithOverlaySrcRectHint() method in PipActivity