Home
last modified time | relevance | path

Searched refs:MotionBoundsState (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();
346 public MotionBoundsState getMotionBoundsState() { in getMotionBoundsState()
503 public static class MotionBoundsState { class in PipBoundsState
548 pw.println(prefix + MotionBoundsState.class.getSimpleName()); in dump()