HomeSort by relevance Sort by last modified time
    Searched refs:recent (Results 1 - 25 of 72) 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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsUserEventProxyReceiver.java 22 import com.android.systemui.recent.Recents;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
RecentFolderList.java 62 * We want to show at most five recent folders
88 * Class to store the recent folder list asynchronously.
100 * Create a new asynchronous task to store the recent folder list. Both the account
127 * Create a Recent Folder List from the given account. This will query the UIProvider to
146 * Change the current account. When a cursor over the recent folders for this account is
149 * cursor. Till then, the recent account list will be empty.
162 * Load the account information from the UI provider given the cursor over the recent folders.
163 * @param c a cursor over the recent folders.
173 LogUtils.e(TAG, "Not able to move to last in recent labels cursor");
176 // 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/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 352 menu.add("Add App Recent").setOnMenuItemClickListener(new MenuItem.OnMenuItemClickListener() {
358 menu.add("Add App 10x Recent").setOnMenuItemClickListener(new MenuItem.OnMenuItemClickListener() {
395 ActivityManager.RecentTaskInfo recent = task.getTaskInfo();
397 if (recent.id >= 0) {
498 ActivityManager.RecentTaskInfo recent = task.getTaskInfo(); local
499 if (recent.baseIntent != null
500 && 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/openfst/src/include/fst/
accumulator.h 364 it->second.recent = true;
387 bool recent; // Has this state been accessed since last GC? member in struct:fst::CacheLogAccumulatorData::CacheState
389 CacheState(vector<double> *w, bool r) : weights(w), recent(r) {}
401 if (free_recent || !cs.recent) {
406 cs.recent = false;
  /external/chromium_org/chrome/browser/resources/ntp4/
footer_menu.css 138 .recent-window {

Completed in 797 milliseconds

1 2 3