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

1 2

  /sdk/templates/activities/LoginActivity/
template.xml 53 <thumbs>
55 </thumbs>
  /sdk/templates/activities/SettingsActivity/
template.xml 45 <thumbs>
48 </thumbs>
  /external/webkit/Source/WebCore/manual-tests/
slider-thumb-tracking.html 23 The slider thumbs should be at the same horizontal position.
  /sdk/templates/activities/FullscreenActivity/
template.xml 61 <thumbs>
63 </thumbs>
  /sdk/templates/activities/MasterDetailFlow/
template.xml 10 <thumbs>
12 </thumbs>
  /sdk/templates/projects/NewAndroidApplication/
template.xml 9 <thumbs>
11 </thumbs>
  /packages/apps/Browser/src/com/android/browser/preferences/
InvertedContrastPreview.java 31 static final String[] THUMBS = new String[] {
62 for (String thumb : THUMBS) {
  /sdk/templates/activities/BlankActivity/
template.xml 74 <thumbs>
83 </thumbs>
  /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 
  /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.
new_tab_ui.cc 336 // for the new tab thumbs to happen earlier.
  /external/webkit/Source/WebKit/chromium/public/linux/
WebThemeEngine.h 143 // like vertical scrollbar thumbs, the width will be the required width of
  /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"
download_util.cc 133 // desktop.ini and thumbs.db which have special meaning to the windows shell.
158 L"thumbs.db",
    [all...]
  /tools/build/builder/src/main/java/com/android/builder/packaging/
JavaResourceProcessor.java 179 "thumbs.db".equalsIgnoreCase(fileName) == false && // image index file
  /sdk/templates/docs/
index.html 195 &lt;thumbs&gt;
201 &lt;/thumbs&gt;
323 <p>Represents a thumbnail for the template. <code>&lt;thumb&gt;</code> elements should be contained inside a <code>&lt;thumbs&gt;</code> element. The text contents of this element represent the path to the thumbnail. If this element has any attributes, they will be treated as selectors for parameter values. For example, if there are two thumbnails:</p>
326 &lt;thumbs&gt;
329 &lt;/thumbs&gt;
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/
ImageGridFragment.java 58 private static final String IMAGE_CACHE_DIR = "thumbs";
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk2.cpp 517 // Only some themes have slider thumbs respond to clicks and some don't. This information is
519 // GTK+ 3.x. The drawback of not honoring it is that slider thumbs change color when you click
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 4487 final TaskAccessInfo thumbs = new TaskAccessInfo(); local
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 391 // Slider thumbs are ovals.
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 361 // like vertical scrollbar thumbs, the width will be the required width of
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasOutboxService.java 410 // HTTP OK before EAS 14 is a thumbs up; in EAS 14, we've got to parse

Completed in 1234 milliseconds

1 2