HomeSort by relevance Sort by last modified time
    Searched full:recent (Results 301 - 325 of 1267) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/training/implementing-navigation/
temporal.jd 53 <p>The activity's {@link android.app.FragmentManager} handles <em>Back</em> button presses if there are {@link android.app.FragmentTransaction} objects on the back stack. When this happens, the {@link android.app.FragmentManager} pops the most recent transaction off the back stack and performs the reverse action (e.g., removing a fragment if the transaction added it).</p>
  /frameworks/base/location/java/android/location/
GpsStatus.java 186 * Returns the time required to receive the first fix since the most recent
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Choreographer.java 17 package com.android.systemui.recent;
RecentsScrollViewPerformanceHelper.java 17 package com.android.systemui.recent;
  /frameworks/base/services/java/com/android/server/am/
TaskRecord.java 63 // recent task since it is not relevant if the user later wants
  /frameworks/support/v4/java/android/support/v4/widget/
ResourceCursorAdapter.java 72 * cursor whenever it changes so the most recent
  /ndk/sources/host-tools/make-3.81/
ABOUT-NLS 45 you have installed a recent copy of the GNU gettext package with the
76 should use the more recent version of the GNU `gettext' library. I.e.
78 package is more recent, you should use
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
StreamItemEntry.java 33 * mPhotos. Social stream item entries are comparable; entries with more recent
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsMessageSender.java 123 * Therefore, return the service center from the most recent
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java 97 MessageItem item = getMessageItem(count - 1); // get most recent
  /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);
  /packages/apps/Phone/src/com/android/phone/
SmallerHitTargetTouchListener.java 64 // True if the most recent DOWN event was a "hit".
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
cmathcalls.h 133 functions. Recent GCC handles these as builtin functions so does
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 133 functions. Recent GCC handles these as builtin functions so does
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 133 functions. Recent GCC handles these as builtin functions so does
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/
build-toolchain.sh 8 # You need to have a recent AOSP workspace, and have ANDROID_BUILD_TOP
  /frameworks/base/docs/html/about/versions/
android-4.0-highlights.jd 84 and Recent Apps. The <strong>System Bar</strong> and virtual buttons are present
91 easier and more visual on Android 4.0. The Recent Apps button lets users jump
101 <div style="padding-bottom:1em;font-size:.9em;padding-right:1em;">The Recent Apps list makes
190 <p>Android 4.0 makes managing notifications, recent apps, and browser tabs even
191 easier. Users can now dismiss individual notifications, apps from the Recent
545 <strong>integrated menu</strong> of accounts and recent labels. To help users
556 widget</strong> lets users flick through recent email right from the home
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/
SdkSource.java 453 // The schema used is more recent than what is supported by this tool.
555 info = "This repository requires a more recent version of ADT. Please update the Eclipse Android plugin.";
556 mDescription = "This repository requires a more recent version of ADT, the Eclipse Android plugin.\nYou must update it before you can see other new packages.";
559 info = "This repository requires a more recent version of the Tools. Please update.";
560 mDescription = "This repository requires a more recent version of the Tools.\nYou must update it before you can see other new packages.";
    [all...]
  /hardware/invensense/mlsdk/mllite/
mlarray.c 47 * @brief inv_get_gyro is used to get the most recent gyroscope measurement.
64 * @brief inv_get_accel is used to get the most recent
83 * @brief inv_get_temperature is used to get the most recent
154 * acceleration, based on the most recent accelerometer measurement
173 * recent accelerometer measurement and sensor fusion solution.
189 * gravity vector, based on the most recent sensor fusion solution.
573 * @brief inv_get_gyro_and_accel_sensor is used to get the most recent set of all sensor data.
976 * @brief inv_get_gyro_float is used to get the most recent gyroscope measurement.
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 40 recentTreeItem.label = localStrings.getString('recent');
110 bookmarkId: 'recent'
167 } else if (id == 'recent') {
382 // If we are over the list and the list is showing recent or search result
981 // We cannot paste into search and recent view.
1003 * on recent or search.
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
_index.html 261 long-running operations, such as retrieving recent e-mails.
295 <dd>Demonstrates how to configure and use the built-in "recent queries" suggestion provider.</dd>
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
exceptions.py 106 # for most recent token with line/col info, but notify getErrorHeader()
152 # we found the most recent real line / pos info
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 133 // Checks if the times for the most recent boot event have been
156 // times for the most recent boot event have been reported
  /external/chromium/chrome/browser/history/
url_database.h 168 // sorted by typed count, then by visit count, then by visit date (most recent
203 // Returns up to max_count of the most recent search terms for the specified
  /external/grub/
INSTALL 16 Probably every recent GCC should work, but we recommend GCC 2.95 and
42 We use some new macros in the documents, so you need a recent

Completed in 362 milliseconds

<<11121314151617181920>>