Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsState.java91 private final @NonNull MotionBoundsState mMotionBoundsState = new MotionBoundsState(); field in PipBoundsState
347 return mMotionBoundsState; in getMotionBoundsState()
631 mMotionBoundsState.dump(pw, innerPrefix); in dump()