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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPreloadReceiver.java 17 package com.android.systemui.recent;
Constants.java 17 package com.android.systemui.recent;
StatusBarTouchProxy.java 17 package com.android.systemui.recent;
RecentsCallback.java 17 package com.android.systemui.recent;
FirstFrameAnimatorHelper.java 17 package com.android.systemui.recent;
TaskDescription.java 17 package com.android.systemui.recent;
RecentsScrollViewPerformanceHelper.java 17 package com.android.systemui.recent;
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;
250 // 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;
39 import com.android.systemui.recent.RecentsPanelView.TaskDescriptionAdapter;
RecentsPanelView.java 17 package com.android.systemui.recent;
170 // index is reverse since most recent appears at the bottom...
349 // 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 39 int recent = 3; local
42 recent = 1;
47 loadIcon(recent, "ic_sysbar_recent.png", density);
  /external/webkit/Tools/QueueStatusServer/model/
attachment.py 44 def recent(cls, limit=1): member in class:Attachment
  /external/chromium/chrome/browser/net/
passive_log_collector_unittest.cc 139 SourceInfoList recent = GetDeadSources(tracker); local
141 ASSERT_EQ(RequestTracker::kMaxGraveyardSize, recent.size());
146 EXPECT_EQ(url, recent[i].GetURL());
150 // Check that we exclude "chrome://" URLs from being saved into the recent
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 329 SearchRecentSuggestions recent =
331 if (recent != null) {
332 recent.clearHistory();
  /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;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 509 final View recent = getRecentsButton(); local
521 + PhoneStatusBar.viewInfo(recent)
522 + " " + visibilityToString(recent.getVisibility())
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 385 milliseconds