Searched refs:hasBeenVisible (Results 1 – 2 of 2) sorted by relevance
108 boolean hasBeenVisible; // Set if any activities in the task have been visible to the user. field in TaskRecord593 return autoRemoveRecents || (mActivities.isEmpty() && !hasBeenVisible); in autoRemoveFromRecents()1123 pw.print(prefix); pw.print("hasBeenVisible="); pw.print(hasBeenVisible); in dump()
936 task.hasBeenVisible = true; in windowsDrawn()