Home
last modified time | relevance | path

Searched defs:recents (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java94 IconRecentsView recents = (IconRecentsView) mHelper.getVisibleRecentsView(); in handleCommand() local
169 IconRecentsView recents = mHelper.getVisibleRecentsView(); in handleCommand() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DOverviewCommandHelper.java128 RecentsView recents = (RecentsView) mHelper.getVisibleRecentsView(); in handleCommand() local
188 RecentsView recents = mHelper.getVisibleRecentsView(); in handleCommand() local
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessagesAction.java467 final SyncCursorPair recents = new SyncCursorPair(startTimestamp, now); in processBackgroundResponse() local