Searched refs:noDisplay (Results 1 – 2 of 2) sorted by relevance
108 final boolean noDisplay; // activity is not displayed? field in ActivityRecord295 pw.print(" noDisplay="); pw.print(noDisplay); in dump()549 noDisplay = ent != null && ent.array.getBoolean( in ActivityRecord()578 noDisplay = false; in ActivityRecord()
779 if (who.noDisplay) { in screenshotActivities()853 …if (mService.mHasRecents && (next == null || next.noDisplay || next.task != prev.task || uiSleepin… in startPausingLocked()