Home
last modified time | relevance | path

Searched refs:prevLocus (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DShellTaskOrganizer.java666 final LocusId prevLocus = mVisibleTasksWithLocusId.get(taskId); in notifyLocusVisibilityIfNeeded() local
667 final boolean sameLocus = Objects.equals(prevLocus, taskInfo.mTopActivityLocusId); in notifyLocusVisibilityIfNeeded()
668 if (prevLocus == null) { in notifyLocusVisibilityIfNeeded()
682 notifyLocusIdChange(taskId, prevLocus, false /* visible */); in notifyLocusVisibilityIfNeeded()
686 notifyLocusIdChange(taskId, prevLocus, false /* visible */); in notifyLocusVisibilityIfNeeded()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
DShellTaskOrganizerTests.java579 LocusId prevLocus = task1.mTopActivityLocusId; in testLocusListener_infoChanged() local
588 assertEquals(listener.invisibleLocusTasks.get(task1.taskId), prevLocus); in testLocusListener_infoChanged() local
605 LocusId prevLocus = task1.mTopActivityLocusId; in testLocusListener_infoChanged_notVisible() local
612 assertEquals(listener.invisibleLocusTasks.get(task1.taskId), prevLocus); in testLocusListener_infoChanged_notVisible() local