HomeSort by relevance Sort by last modified time
    Searched refs:Recents (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIService.java 36 com.android.systemui.recent.Recents.class,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Recents.java 39 public class Recents extends SystemUI implements RecentsComponent {
40 private static final String TAG = "Recents";
50 if (DEBUG) Log.d(TAG, "toggle recents panel");
89 throw new RuntimeException("Recents thumbnail is null");
95 throw new RuntimeException("Recents thumbnail is null");
195 if (DEBUG) Log.d(TAG, "preloading recents");
206 if (DEBUG) Log.d(TAG, "cancel preloading recents");
217 if (DEBUG) Log.d(TAG, "closing recents panel");

Completed in 328 milliseconds