Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowFrameTests.java77 final Rect mInsetBounds = new Rect(); field in WindowFrameTests.TaskWithBounds
101 outBounds.set(mInsetBounds); in getTempInsetBounds()
310 task.mInsetBounds.set(insetLeft, insetTop, insetRight, insetBottom); in testLayoutNonfullscreenTask()
391 task.mInsetBounds.set(taskLeft, taskTop, taskRight, taskBottom); in testLayoutLetterboxedWindow()
449 task.mInsetBounds.set(0, 0, 1000, 2000); in testDisplayCutout_tempInsetBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchHandler.java87 private Rect mInsetBounds = new Rect(); field in PipTouchHandler
328 mInsetBounds.set(insetBounds); in onMovementBoundsChanged()
450 final float target = mInsetBounds.bottom; in updateDismissFraction()