Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataRepositoryTest.kt50 locus = null,
62 locus = null
73 locus = null
87 locus = null,
99 locus = null
110 locus = null
121 locus = null
/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.kt87 bubble.locus?.let { serializer.attribute(null, ATTR_LOCUS, it) } in writeXmlEntry()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java205 int taskId, @Nullable final String locus, boolean isDismissable, Executor mainExecutor, in Bubble() argument
213 mLocusId = locus != null ? new LocusId(locus) : null; in Bubble()
DBubbleDataRepository.kt259 entity.locus, in <lambda>()
DBubbleController.java411 mTaskOrganizer.addLocusIdListener((taskId, locus, visible) -> in onInit()
412 mBubbleData.onLocusVisibilityChanged(taskId, locus, visible)); in onInit()
/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
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
DShellTaskOrganizerTests.java129 public void onVisibilityChanged(int taskId, LocusId locus, boolean visible) { in onVisibilityChanged() argument
131 visibleLocusTasks.put(taskId, locus); in onVisibilityChanged()
133 invisibleLocusTasks.put(taskId, locus); in onVisibilityChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DShellTaskOrganizer.java134 void onVisibilityChanged(int taskId, LocusId locus, boolean visible); in onVisibilityChanged() argument
691 private void notifyLocusIdChange(int taskId, LocusId locus, boolean visible) { in notifyLocusIdChange() argument
693 mLocusIdListeners.valueAt(i).onVisibilityChanged(taskId, locus, visible); in notifyLocusIdChange()