HomeSort by relevance Sort by last modified time
    Searched full:recents (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneResultAdapter.java 148 String[] recents = recentsString.split(RECENT_TIMEZONES_DELIMITER); local
149 for (int i = recents.length - 1; i >= 0; i--) {
150 if (!TextUtils.isEmpty(recents[i])
151 && !recents[i].equals(mTimeZoneData.mDefaultTimeZoneId)) {
152 int index = mTimeZoneData.findIndexByTimeZoneIdSlow(recents[i]);
204 LinkedHashSet<String> recents = new LinkedHashSet<String>(); local
206 if (!recents.contains(tzId) && !id.equals(tzId)) {
207 recents.add(tzId);
211 Iterator<String> it = recents.iterator();
212 while (recents.size() >= MAX_RECENT_TIMEZONES)
    [all...]
  /frameworks/base/packages/SystemUI/res/values-sw720dp/
config.xml 25 <!-- Whether we're using the tablet-optimized recents interface (we use this
29 <!-- Whether recents thumbnails should stretch in both x and y to fill their
dimens.xml 50 <!-- Width of recents panel -->
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 35 * only. This layout stacks various icons in three distinct areas: the recents, the favorites
41 * [RECENTS][FAVES][BUTTON]
45 * [RECENTS]
50 * area will first be laid out, then the faves area, then the recents. When there are too many
51 * favorites, the recents area is not displayed.
137 // Draw behind recents
328 * Sets the list of recents.
330 * @param applications the applications to put in the recents area
  /frameworks/base/packages/SystemUI/res/values-land/
dimens.xml 33 <!-- Margin between recents container and glow on the right -->
35 <!-- Padding between recents items -->
config.xml 23 <!-- Whether we're using the tablet-optimized recents interface (we use this
  /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");
  /frameworks/base/docs/html/design/get-started/
ui-overview.jd 11 <h2 id="home-all-apps-recents">Home, All Apps, and Recents</h2>
44 <h4>Recents screen</h4>
45 <p>Recents provides an efficient way of switching between recently used applications. It provides a
47 <p>The Recents button at the right side of the navigation bar displays the apps that the user has
76 Recents, and also displays a menu for apps written for Android 2.3 or earlier.</p>
  /frameworks/ex/carousel/test/res/values-ca/
strings.xml 27 <string name="no_recent_tasks" msgid="6884096266670555780">"No hi ha tasques recents"</string>
  /development/samples/Home/res/layout-land/
home.xml 40 <!-- Favorites and Recents -->
  /development/samples/Home/res/layout-port/
home.xml 40 <!-- Favorites and Recents -->
  /external/chromium/webkit/glue/resources/
webkit_strings_ca.xtb 6 <translation id="1235745349614807883">Esborra les cerques recents</translation>
22 <translation id="2548326553472216322">No hi ha cerques recents</translation>
41 <translation id="6663448176199120256">Cerques recents</translation>
  /external/chromium_org/third_party/launchpad_translations/
webkit_strings_ca-valencia.xtb 5 <translation id="1235745349614807883">Esborra les cerques recents</translation>
11 <translation id="2548326553472216322">No hi ha cerques recents</translation>
42 <translation id="6663448176199120256">Cerques recents</translation>
  /frameworks/base/packages/SystemUI/res/values/
config.xml 24 <!-- Whether we're using the tablet-optimized recents interface (we use this
28 <!-- Whether recents thumbnails should stretch in both x and y to fill their
68 <!-- Whether we're using the tablet-optimized recents interface (we use this
dimens.xml 41 <!-- Margin between recents container and glow on the right -->
51 <!-- Padding between recents items -->
53 <!-- When recents first appears, how far the icon and label of the primary activity
  /frameworks/support/v4/java/android/support/v4/content/
ContextCompat.java 48 * through the "recents" UI, accessible through the software-provided Recents key
50 * the recents UI can be accessed with a long press on the Home key.</p>
77 * through the "recents" UI, accessible through the software-provided Recents key
79 * the recents UI can be accessed with a long press on the Home key.</p>
  /external/chromium_org/webkit/glue/resources/
webkit_strings_ca.xtb 10 <translation id="1235745349614807883">Esborra les cerques recents</translation>
37 <translation id="2548326553472216322">No hi ha cerques recents</translation>
74 <translation id="6663448176199120256">Cerques recents</translation>
  /frameworks/base/docs/html/design/patterns/
compatibility.jd 15 via virtual controls (Back, Home, Recents).</li>
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsFragment.java 290 RootItem recents = null; local
301 recents = new RootItem(root);
321 if (recents != null) add(recents);
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 331 List<ActivityManager.RecentTaskInfo> recents = mAm.getRecentTasks(10, local
333 if (recents != null) {
334 for (int i=0; i<recents.size(); i++) {
335 ActivityManager.RecentTaskInfo r = recents.get(i);
  /development/samples/AppNavigation/res/values/
strings.xml 33 <string name="outside_task_description">This activity has been launched in a new task. You can confirm this by pressing the Recents button now and switching back to the app navigation example task. This activity will view content with the fake mimetype \"application/x-example\" which will be received by another code example activity to continue the demo. Press the View button below.</string>
49 <string name="interstitial_description">This is an interstitial activity running in response to a notification. It presents a summary of info in a lightweight manner that does not exist as a task in Recents. Tap the button below to jump to the primary content.</string>
  /development/samples/SupportAppNavigation/res/values/
strings.xml 33 <string name="outside_task_description">This activity has been launched in a new task. You can confirm this by pressing the Recents button now and switching back to the app navigation example task. This activity will view content with the fake mimetype \"application/x-example\" which will be received by another code example activity to continue the demo. Press the View button below.</string>
49 <string name="interstitial_description">This is an interstitial activity running in response to a notification. It presents a summary of info in a lightweight manner that does not exist as a task in Recents. Tap the button below to jump to the primary content.</string>
  /frameworks/base/core/java/android/app/
TaskStackBuilder.java 39 * through the "recents" UI, accessible through the software-provided Recents key
41 * the recents UI can be accessed with a long press on the Home key.</p>
  /frameworks/base/packages/DocumentsUI/
AndroidManifest.xml 50 android:authorities="com.android.documentsui.recents"
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIService.java 36 com.android.systemui.recent.Recents.class,

Completed in 565 milliseconds

1 2 3 4