Home
last modified time | relevance | path

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

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