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

1 2 3

  /external/ant-glob/
.gitignore 4 Thumbs.db
  /external/eclipse-windowbuilder/propertysheet/
.gitignore 4 Thumbs.db
  /development/
.gitignore 5 Thumbs.db
  /ndk/
.gitignore 4 Thumbs.db
  /development/samples/Support4Demos/res/xml/
my_paths.xml 3 <!-- Offer access to files under Context.getFilesDir() + "thumbs/"
5 <files-path name="my_thumbs" path="thumbs/" />
  /frameworks/support/tests/res/xml/
paths.xml 8 <!-- /data/data/com.example/files/thumbs -->
9 <files-path name="test_thumbs" path="thumbs/" />
  /external/chromium_org/third_party/WebKit/ManualTests/
slider-thumb-tracking.html 23 The slider thumbs should be at the same horizontal position.
  /packages/apps/Browser/src/com/android/browser/preferences/
InvertedContrastPreview.java 30 static final String[] THUMBS = new String[] {
61 for (String thumb : THUMBS) {
  /frameworks/base/services/java/com/android/server/am/
TaskRecord.java 372 final TaskAccessInfo thumbs = new TaskAccessInfo(); local
380 thumbs.root = ar;
381 thumbs.rootIndex = j;
384 thumbs.mainThumbnail = holder.lastThumbnail;
393 return thumbs;
397 thumbs.subtasks = subtasks;
405 thumbs.numSubThumbbails++;
414 if (thumbs.numSubThumbbails > 0) {
415 thumbs.retriever = new IThumbnailRetriever.Stub() {
418 if (index < 0 || index >= thumbs.subtasks.size())
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTexture3DLoading.java 44 //The image only have 8 pictures and we have 16 thumbs, the data will be interpolated by the GPU
  /external/qemu/distrib/sdl-1.2.15/
symbian.zip 
  /sdk/
.gitignore 4 Thumbs.db
  /external/chromium_org/chrome/browser/extensions/
extension_creator_filter.cc 33 FILE_PATH_LITERAL("Thumbs.db")
extension_creator_filter_unittest.cc 70 { FILE_PATH_LITERAL("Thumbs.db"), false },
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
FileProviderExample.java 48 final File thumbsDir = new File(getFilesDir(), "thumbs");
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 75 final ActivityManager.TaskThumbnails thumbs, final int subIndex) {
88 if (task.id >= 0 && thumbs != null) {
89 if (subIndex < (thumbs.numSubThumbbails-1)) {
106 if (task.id >= 0 && thumbs != null) {
  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler.cc 27 // If the oldmode HAD either thumbs or lists visible.
132 // sections are APPS and THUMBS.
  /external/chromium_org/chrome/browser/ui/webui/
app_launcher_page_ui.cc 56 // visited handler. This allows the DB query for the new tab thumbs to happen
  /external/chromium_org/third_party/WebKit/public/platform/
WebFallbackThemeEngine.h 143 // like vertical scrollbar thumbs, the width will be the required width of
  /external/chromium_org/third_party/WebKit/public/platform/default/
WebThemeEngine.h 149 // like vertical scrollbar thumbs, the width will be the required width of
  /frameworks/base/docs/html/channels/
io2013.jd 272 var thumbs = entry.media$group.media$thumbnail;
274 for (var j = 0; j < thumbs.length; j++) {
275 if (thumbs[j].yt$name == "hqdefault") {
276 thumbUrl = thumbs[j].url;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 323 NodeList thumbs = mDocument.getElementsByTagName(TAG_THUMB); local
324 if (thumbs.getLength() == 0) {
332 for (int i = 0, n = thumbs.getLength(); i < n; i++) {
333 Element thumb = (Element) thumbs.item(i);
  /external/chromium/chrome/browser/download/
download_util_unittest.cc 344 {"filename=Thumbs.db",
345 "http://www.badguy.com/Thumbs.db",
350 L"Thumbs.db"
  /external/chromium_org/build/android/ant/
apk-package-resources.xml 57 Default is "!.svn:!.git:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*.scc:*~"
  /external/chromium_org/chrome/common/extensions/
chrome_extensions_client.cc 117 // make chrome://thumbs available to NTP Russia extension as

Completed in 637 milliseconds

1 2 3