Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DFloatingContentCoordinator.kt21 import com.android.wm.shell.common.FloatingContentCoordinator.FloatingContent
48 interface FloatingContent { regex
111 private val allContentBounds: MutableMap<FloatingContent, Rect> = HashMap()
128 fun onContentAdded(newContent: FloatingContent) {
148 fun onContentMoved(content: FloatingContent) {
170 fun onContentRemoved(removedContent: FloatingContent) {
191 private fun maybeMoveConflictingContent(fromContent: FloatingContent) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
H A DFloatingContentCoordinatorTest.kt206 ) : FloatingContentCoordinator.FloatingContent {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java198 private final FloatingContentCoordinator.FloatingContent mStackFloatingContent =
199 new FloatingContentCoordinator.FloatingContent() {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java59 FloatingContentCoordinator.FloatingContent {