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/pip/
DPipBoundsState.java82 private final @NonNull MotionBoundsState mMotionBoundsState = new MotionBoundsState();
326 public MotionBoundsState getMotionBoundsState() { in getMotionBoundsState()
422 public static class MotionBoundsState { class in PipBoundsState
467 pw.println(prefix + MotionBoundsState.class.getSimpleName()); in dump()