Home
last modified time | relevance | path

Searched refs:locus (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubbleEntity.kt30 val locus: String? = null constant in com.android.wm.shell.bubbles.storage.BubbleEntity
DBubbleXmlHelper.kt86 bubble.locus?.let { serializer.attribute(null, ATTR_LOCUS, it) } in writeXmlEntry()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DShellTaskOrganizer.java114 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/
DShellTaskOrganizerTests.java116 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/
DBubble.java172 int taskId, @Nullable final String locus, Executor mainExecutor) { in Bubble() argument
179 mLocusId = locus != null ? new LocusId(locus) : null; in Bubble()
DBubbleDataRepository.kt182 entity.locus, in <lambda>()
DBubbleController.java290 mTaskOrganizer.addLocusIdListener((taskId, locus, visible) -> in initialize()
291 mBubbleData.onLocusVisibilityChanged(taskId, locus, visible)); in initialize()
/frameworks/base/core/proto/android/server/
Dpeopleservice.proto40 // The conversation's locus id.
Dusagestatsservice.proto98 // locus_id_index contains the index + 1 of the locus id in the string pool