Searched refs:locus (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
H A D | BubbleDataRepositoryTest.kt | 50 locus = null, 62 locus = null 73 locus = null 87 locus = null, 99 locus = null 110 locus = null 121 locus = null
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/ |
H A D | BubbleEntity.kt | 30 val locus: String? = null,
|
H A D | BubbleXmlHelper.kt | 87 bubble.locus?.let { serializer.attribute(null, ATTR_LOCUS, it) }
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | Bubble.java | 201 int taskId, @Nullable final String locus, boolean isDismissable, Executor mainExecutor, in Bubble() argument 209 mLocusId = locus != null ? new LocusId(locus) : null; in Bubble()
|
H A D | BubbleDataRepository.kt | 259 entity.locus,
|
H A D | BubbleController.java | 374 mTaskOrganizer.addLocusIdListener((taskId, locus, visible) -> in onInit() 375 mBubbleData.onLocusVisibilityChanged(taskId, locus, visible)); in onInit()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/ |
H A D | ShellTaskOrganizerTests.java | 121 public void onVisibilityChanged(int taskId, LocusId locus, boolean visible) { in onVisibilityChanged() argument 123 visibleLocusTasks.put(taskId, locus); in onVisibilityChanged() 125 invisibleLocusTasks.put(taskId, locus); in onVisibilityChanged()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/ |
H A D | ShellTaskOrganizer.java | 131 void onVisibilityChanged(int taskId, LocusId locus, boolean visible); in onVisibilityChanged() argument 668 private void notifyLocusIdChange(int taskId, LocusId locus, boolean visible) { in notifyLocusIdChange() argument 670 mLocusIdListeners.valueAt(i).onVisibilityChanged(taskId, locus, visible); in notifyLocusIdChange()
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | peopleservice.proto | 40 // The conversation's locus id.
|
H A D | usagestatsservice.proto | 98 // locus_id_index contains the index + 1 of the locus id in the string pool
|