Home
last modified time | relevance | path

Searched defs:BubbleInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/
DBubbleInfo.java31 public class BubbleInfo implements Parcelable { class
55 public BubbleInfo(String key, int flags, @Nullable String shortcutId, @Nullable Icon icon, in BubbleInfo() method in BubbleInfo
72 private BubbleInfo(Parcel source) { in BubbleInfo() method in BubbleInfo
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DBubbleHelper.java53 public static class BubbleInfo { class in BubbleHelper
58 public BubbleInfo(int id, int height, Icon icon) { in BubbleInfo() method in BubbleHelper.BubbleInfo