Searched defs:recents (Results 1 – 7 of 7) sorted by relevance
47 private val recents by lazy { recentTasks.getOrNull() } in <lambda>() constant in com.android.systemui.mediaprojection.appselector.data.ShellRecentTaskListProvider
65 public static RemoteTransition newRemoteTransition(RecentsAnimationListener recents, in newRemoteTransition()189 RecentsAnimationListener recents) { in merge()278 private void commitTasksAppearedIfNeeded(RecentsAnimationListener recents) { in commitTasksAppearedIfNeeded()
148 String[] recents = recentsString.split(RECENT_TIMEZONES_DELIMITER); in onSetFilter() local204 LinkedHashSet<String> recents = new LinkedHashSet<String>(); in saveRecentTimezone() local
665 List<ActivityManager.RecentTaskInfo> recents = mAm.getRecentTasks(10, in buildUi() local
61 lastBoundData?.let { recents -> bind(recents) } in <lambda>() method
330 final ActivityRecord recents = mock(ActivityRecord.class); in testFixedRotationRecentsAnimatingTask() local
470 final ActivityRecord recents = mock(ActivityRecord.class); in testCheckRotationAfterCleanup() local