Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/player/
H A DSeekBarViewModel.kt48 private fun PlaybackState.isInMotion(): Boolean {
63 if (this.isInMotion()) {
302 val needed = listening && !scrubbing && playbackState?.isInMotion() ?: false
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java181 if (mPipBoundsState.getMotionBoundsState().isInMotion()) { in PipMotionHelper()
293 if (!mPipBoundsState.getMotionBoundsState().isInMotion()) { in animateIntoDismissTarget()
H A DPipTouchHandler.java1045 return mPipBoundsState.getMotionBoundsState().isInMotion()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsState.java510 public boolean isInMotion() { in isInMotion() method in PipBoundsState.MotionBoundsState