Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsState.java91 private final @NonNull MotionBoundsState mMotionBoundsState = new MotionBoundsState();
384 public MotionBoundsState getMotionBoundsState() { in getMotionBoundsState()
558 public static class MotionBoundsState { class in PipBoundsState
603 pw.println(prefix + MotionBoundsState.class.getSimpleName()); in dump()