Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipBoundsState.java65 private final @NonNull Rect mMovementBounds = new Rect(); field in PipBoundsState
127 return mMovementBounds; in getMovementBounds()
518 pw.println(innerPrefix + "mMovementBounds=" + mMovementBounds); in dump()