Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipBoundsState.java84 private final @NonNull MotionBoundsState mMotionBoundsState = new MotionBoundsState();
328 public MotionBoundsState getMotionBoundsState() { in getMotionBoundsState()
432 public static class MotionBoundsState { class in PipBoundsState
477 pw.println(prefix + MotionBoundsState.class.getSimpleName()); in dump()