HomeSort by relevance Sort by last modified time
    Searched defs:recent (Results 1 - 21 of 21) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPreloadReceiver.java 17 package com.android.systemui.recent;
ColorDrawableWithDimensions.java 17 package com.android.systemui.recent;
Constants.java 17 package com.android.systemui.recent;
RecentsCallback.java 17 package com.android.systemui.recent;
TaskDescription.java 17 package com.android.systemui.recent;
FadedEdgeDrawHelper.java 17 package com.android.systemui.recent;
FirstFrameAnimatorHelper.java 17 package com.android.systemui.recent;
Recents.java 17 package com.android.systemui.recent;
106 "com.android.systemui.recent.RecentsActivity");
255 "com.android.systemui.recent.RecentsPreloadReceiver");
269 "com.android.systemui.recent.RecentsPreloadReceiver");
RecentsActivity.java 17 package com.android.systemui.recent;
38 public static final String TOGGLE_RECENTS_INTENT = "com.android.systemui.recent.action.TOGGLE_RECENTS";
39 public static final String PRELOAD_INTENT = "com.android.systemui.recent.action.PRELOAD";
40 public static final String CANCEL_PRELOAD_INTENT = "com.android.systemui.recent.CANCEL_PRELOAD";
41 public static final String CLOSE_RECENTS_INTENT = "com.android.systemui.recent.action.CLOSE";
42 public static final String WINDOW_ANIMATION_START_INTENT = "com.android.systemui.recent.action.WINDOW_ANIMATION_START";
43 public static final String PRELOAD_PERMISSION = "com.android.systemui.recent.permission.PRELOAD";
44 public static final String WAITING_FOR_WINDOW_ANIMATION_PARAM = "com.android.systemui.recent.WAITING_FOR_WINDOW_ANIMATION";
130 // Call and refresh the recent tasks list in case we didn't preload tasks
RecentTasksLoader.java 17 package com.android.systemui.recent;
259 // additional optimization when we have software system buttons - start loading the recent
RecentsHorizontalScrollView.java 17 package com.android.systemui.recent;
38 import com.android.systemui.recent.RecentsPanelView.TaskDescriptionAdapter;
RecentsVerticalScrollView.java 17 package com.android.systemui.recent;
38 import com.android.systemui.recent.RecentsPanelView.TaskDescriptionAdapter;
RecentsPanelView.java 17 package com.android.systemui.recent;
172 // index is reverse since most recent appears at the bottom...
338 // if there are no apps, bring up a "No recent apps" message
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
NavigationBar.java 41 int recent = 3; local
45 recent = 1;
53 loadIcon(recent, "ic_sysbar_recent.png", density, isRtl);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
RecentFolderList.java 61 * We want to show at most five recent folders
87 * Class to store the recent folder list asynchronously.
99 * Create a new asynchronous task to store the recent folder list. Both the account
126 * Create a Recent Folder List from the given account. This will query the UIProvider to
145 * Change the current account. When a cursor over the recent folders for this account is
148 * cursor. Till then, the recent account list will be empty.
161 * Load the account information from the UI provider given the cursor over the recent folders.
162 * @param c a cursor over the recent folders.
172 LogUtils.e(TAG, "Not able to move to last in recent labels cursor");
175 // Add them backwards, since the most recent values are at the beginning in the cursor
232 final List<RecentFolderListEntry> recent = Lists.newArrayList(); local
    [all...]
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 320 menu.add("Add App Recent").setOnMenuItemClickListener(new MenuItem.OnMenuItemClickListener() {
326 menu.add("Add App 10x Recent").setOnMenuItemClickListener(new MenuItem.OnMenuItemClickListener() {
363 ActivityManager.RecentTaskInfo recent = task.getTaskInfo();
365 if (recent.id >= 0) {
462 ActivityManager.RecentTaskInfo recent = task.getTaskInfo(); local
463 if (recent.baseIntent != null
464 && recent.baseIntent.getComponent().getClassName().equals(
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 400 SearchRecentSuggestions recent =
402 if (recent != null) {
403 recent.clearHistory();
  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 520 ArrayList<Object> recent = new ArrayList<Object>(2); local
521 recent.add(RECENTLY_ADDED_PLAYLIST);
522 recent.add(getString(R.string.recentlyadded));
523 autoplaylistscursor.addRow(recent);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 36 AllowedVersions = ('IMAP4REV1', 'IMAP4') # Most recent first
273 def recent(self): member in class:IMAP4
274 """Return most recent 'RECENT' responses if any exist,
277 (typ, [data]) = <instance>.recent()
280 else list of RECENT responses, most recent last.
282 name = 'RECENT'
640 Mandated responses are ('FLAGS', 'EXISTS', 'RECENT', 'UIDVALIDITY'), so
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 36 AllowedVersions = ('IMAP4REV1', 'IMAP4') # Most recent first
273 def recent(self): member in class:IMAP4
274 """Return most recent 'RECENT' responses if any exist,
277 (typ, [data]) = <instance>.recent()
280 else list of RECENT responses, most recent last.
282 name = 'RECENT'
640 Mandated responses are ('FLAGS', 'EXISTS', 'RECENT', 'UIDVALIDITY'), so
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 345 milliseconds