Searched refs:locus (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/ |
D | BubbleEntity.kt | 30 val locus: String? = null constant in com.android.wm.shell.bubbles.storage.BubbleEntity
|
D | BubbleXmlHelper.kt | 86 bubble.locus?.let { serializer.attribute(null, ATTR_LOCUS, it) } in writeXmlEntry()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/ |
D | ShellTaskOrganizer.java | 114 void onVisibilityChanged(int taskId, LocusId locus, boolean visible); in onVisibilityChanged() argument 482 private void notifyLocusIdChange(int taskId, LocusId locus, boolean visible) { in notifyLocusIdChange() argument 484 mLocusIdListeners.valueAt(i).onVisibilityChanged(taskId, locus, visible); in notifyLocusIdChange()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/ |
D | ShellTaskOrganizerTests.java | 116 public void onVisibilityChanged(int taskId, LocusId locus, boolean visible) { in onVisibilityChanged() argument 118 visibleLocusTasks.put(taskId, locus); in onVisibilityChanged() 120 invisibleLocusTasks.put(taskId, locus); in onVisibilityChanged()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | Bubble.java | 172 int taskId, @Nullable final String locus, Executor mainExecutor) { in Bubble() argument 179 mLocusId = locus != null ? new LocusId(locus) : null; in Bubble()
|
D | BubbleDataRepository.kt | 182 entity.locus, in <lambda>()
|
D | BubbleController.java | 290 mTaskOrganizer.addLocusIdListener((taskId, locus, visible) -> in initialize() 291 mBubbleData.onLocusVisibilityChanged(taskId, locus, visible)); in initialize()
|
/frameworks/base/core/proto/android/server/ |
D | peopleservice.proto | 40 // The conversation's locus id.
|
D | usagestatsservice.proto | 98 // locus_id_index contains the index + 1 of the locus id in the string pool
|