HomeSort by relevance Sort by last modified time
    Searched refs:recent (Results 1 - 25 of 69) sorted by null

1 2 3

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Constants.java 17 package com.android.systemui.recent;
ColorDrawableWithDimensions.java 17 package com.android.systemui.recent;
RecentsCallback.java 17 package com.android.systemui.recent;
RecentsPreloadReceiver.java 17 package com.android.systemui.recent;
TaskDescription.java 17 package com.android.systemui.recent;
FirstFrameAnimatorHelper.java 17 package com.android.systemui.recent;
RecentsHorizontalScrollView.java 17 package com.android.systemui.recent;
38 import com.android.systemui.recent.RecentsPanelView.TaskDescriptionAdapter;
  /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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 44 Traceback (most recent call last):
52 Traceback (most recent call last):
81 Traceback (most recent call last):
88 Traceback (most recent call last):
109 Traceback (most recent call last):
138 Traceback (most recent call last):
144 Traceback (most recent call last):
158 Generators always return to the most recent caller:
189 Traceback (most recent call last):
202 Traceback (most recent call last)
    [all...]
test_xml_etree.py 229 Traceback (most recent call last):
439 Traceback (most recent call last):
719 Traceback (most recent call last):
992 Traceback (most recent call last):
1017 Traceback (most recent call last):
1021 Traceback (most recent call last):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 44 Traceback (most recent call last):
52 Traceback (most recent call last):
81 Traceback (most recent call last):
88 Traceback (most recent call last):
109 Traceback (most recent call last):
138 Traceback (most recent call last):
144 Traceback (most recent call last):
158 Generators always return to the most recent caller:
189 Traceback (most recent call last):
202 Traceback (most recent call last)
    [all...]
test_xml_etree.py 229 Traceback (most recent call last):
439 Traceback (most recent call last):
719 Traceback (most recent call last):
992 Traceback (most recent call last):
1017 Traceback (most recent call last):
1021 Traceback (most recent call last):
    [all...]
  /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...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
main.css 164 /*** recent-history ***/
166 .recent-history {
169 .recent-history .builder {
174 .recent-history .built {
178 .recent-history td[data-failure-types] {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_history.js 45 * The most recent nodes are at the start of the array.
65 * The most recent elements are at the start of the array.
118 * predicate is provided, return the two most recent nodes.
131 // Remove the most-recent-nodes that do not match the predicate.
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/dom/
nodetype.js 26 * usually present on the Node object in recent browsers, but not in older
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneResultAdapter.java 45 /** SharedPref name and key for recent time zones */
56 * The delimiter we use when serializing recent timezones to shared
61 /** The maximum number of recent timezones to save */
143 // Show the recent selections
189 * Saves the given timezone ID as a recent timezone under shared
190 * preferences. If there are already the maximum number of recent timezones
223 for (String recent : recents) {
229 builder.append(recent);
  /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();
SearchActivity.java 55 * snippet of what matches, below. The snippet is taken from the most recent part of
362 SearchRecentSuggestions recent = ((MmsApp)getApplication()).getRecentSuggestions();
363 if (recent != null) {
364 recent.saveRecentQuery(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIApplication.java 44 com.android.systemui.recent.Recents.class,
  /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);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 39 * Details of the most recent error.
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.css 319 #recent-tabs:hover {
356 #recent-tabs {
371 body.rtl #attribution,body.rtl #recent-tabs {
  /external/chromium_org/chrome/browser/resources/ntp4/
footer_menu.css 138 .recent-window {

Completed in 1587 milliseconds

1 2 3