Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/properties/
DBubbleProperties.kt22 interface BubbleProperties { interface
DProdBubbleProperties.kt23 object ProdBubbleProperties : BubbleProperties {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DTestableBubbleController.java34 import com.android.wm.shell.bubbles.properties.BubbleProperties;
81 BubbleProperties bubbleProperties) { in TestableBubbleController()
DBubblesTest.java173 import com.android.wm.shell.bubbles.properties.BubbleProperties;
2593 private static class FakeBubbleProperties implements BubbleProperties {
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleViewInfoTest.kt38 import com.android.wm.shell.bubbles.properties.BubbleProperties in <lambda>()
140 mock<BubbleProperties>() in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java96 import com.android.wm.shell.bubbles.properties.BubbleProperties;
200 private final BubbleProperties mBubbleProperties;
308 BubbleProperties bubbleProperties) { in BubbleController()