Searched refs:topNonRecentsTask (Results 1 – 1 of 1) sorted by relevance
2171 Task topNonRecentsTask = null; in handleLegacyRecentsStartBehavior() local2183 } else if (!isRecents && topNonRecentsTask == null) { in handleLegacyRecentsStartBehavior()2184 topNonRecentsTask = task; in handleLegacyRecentsStartBehavior()2187 if (recentsActivity != null && topNonRecentsTask != null) { in handleLegacyRecentsStartBehavior()2189 topNonRecentsTask.getBounds()); in handleLegacyRecentsStartBehavior()2190 dc.getInputMonitor().setActiveRecents(recentsActivity, topNonRecentsTask); in handleLegacyRecentsStartBehavior()