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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/api/input.ime/basic/
manifest.json 19 "layouts": ["us::eng"] // The supported keyboard layouts for this IME
  /external/clang/test/Coverage/
ast-printing.cpp 5 // RUN: %clang_cc1 -fdump-record-layouts %s
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion9-expected-completion64.txt 58 <ViewStub /> : A android.view.ViewStub lets you lazily include other XML layouts inside your application at runtime.
65 <include /> : Lets you statically include XML layouts inside other XML layouts.
66 <merge ></merge> : A root tag useful for XML layouts inflated using a ViewStub.
completion1-expected-completion11.txt 58 <ViewStub /> : A android.view.ViewStub lets you lazily include other XML layouts inside your application at runtime.
65 <include /> : Lets you statically include XML layouts inside other XML layouts.
completion1-expected-completion12.txt 58 <ViewStub /> : A android.view.ViewStub lets you lazily include other XML layouts inside your application at runtime.
65 <include /> : Lets you statically include XML layouts inside other XML layouts.
  /external/clang/test/CodeGenCXX/
override-layout.cpp 1 // RUN: %clang_cc1 -fdump-record-layouts-simple %s > %t.layouts
2 // RUN: %clang_cc1 -fdump-record-layouts-simple %s > %t.before
3 // RUN: %clang_cc1 -DPACKED= -DALIGNED16= -fdump-record-layouts-simple -foverride-record-layout=%t.layouts %s > %t.after
  /external/clang/include/clang/Frontend/
LayoutOverrideSource.h 1 //===--- LayoutOverrideSource.h --Override Record Layouts -----------------===//
24 /// of the command-line argument -fdump-record-layouts.
38 /// \brief The set of layouts that will be overridden.
39 llvm::StringMap<Layout> Layouts;
45 /// The file is the result of passing -fdump-record-layouts to a file.
57 /// \brief Dump the overridden layouts.
  /frameworks/base/docs/html/design/style/
devices-displays.jd 16 <p>Stretch and compress your layouts to accommodate various heights and widths.</p>
21 <h4>Optimize layouts</h4>
43 <p>For details about designing layouts for larger screens, see the <a
44 href="{@docRoot}design/patterns/multi-pane-layouts.html">Multi-pane Layouts</a> guide.</p>
48 <p>For information about how to build flexible layouts for multiple screen sizes and densities,
  /frameworks/base/docs/html/tools/help/
layoutopt.jd 7 layouts and layout hierarchies of your applications.<p>
11 href="{@docRoot}tools/debugging/debugging-ui.html#layoutopt">Optimizing layouts with
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/
html5-full-render.html 8 chunkSize: 500000 }); // 6.09mb / 500k = approx 13 chunks (thus 13 forced layouts/style resolves).
  /external/chromium_org/chromeos/ime/
input_method_whitelist.cc 37 std::vector<std::string> layouts; local
38 layouts.push_back(kInputMethods[i].xkb_layout_id);
47 layouts,
  /frameworks/base/docs/html/training/improving-layouts/
index.jd 23 <li><a href="{@docRoot}guide/topics/ui/declaring-layout.html">XML Layouts</a></li>
31 <p>Layouts are a key part of Android applications that directly affect the user experience. If
46 <dt><b><a href="reusing-layouts.html">Re-using Layouts with &lt;include/&gt;</a></b></dt>
49 UI layouts.</dd>
  /frameworks/base/docs/html/training/design-navigation/
multiple-sizes.jd 18 <li><a href="#multi-pane-layouts">Group Screens with Multi-pane Layouts</a></li>
25 <li><a href="{@docRoot}design/patterns/multi-pane-layouts.html">Android Design: Multi-pane Layouts</a></li>
37 <h2 id="multi-pane-layouts">Group Screens with Multi-pane Layouts</h2>
42 href="{@docRoot}design/patterns/multi-pane-layouts.html">Multi-pane Layouts</a> pattern guide.</p>
51 <p>The following figures demonstrate some of the problems that can arise when moving a UI (user interface) design into a larger layout and how to address these issues with multi-pane layouts:</p>
55 alt="Single pane layouts on large screens in landscape lead to awkward whitespace and exceedingly long line lengths" id="fi (…)
    [all...]
  /frameworks/base/docs/downloads/training/
NewsReader.zip 
  /frameworks/base/docs/html/training/tv/
index.jd 30 <dt><b><a href="optimizing-layouts-tv.html">Optimizing Layouts for TV</a></b></dt>
31 <dd>Shows you how to optimize app layouts for TV screens, which have some unique characteristics such as:
  /packages/inputmethods/LatinIME/java/res/xml/
keyboard_layout_set_georgian.xml 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
32 because the letters on these layouts aren't the ones in different case of the above
33 unshifted layouts. -->
keyboard_layout_set_hindi.xml 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
32 because the letters on these layouts aren't the ones in different case of the above
33 unshifted layouts. -->
keyboard_layout_set_khmer.xml 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
32 because the letters on these layouts aren't the ones in different case of the above
33 unshifted layouts. -->
keyboard_layout_set_lao.xml 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
32 because the letters on these layouts aren't the ones in different case of the above
33 unshifted layouts. -->
keyboard_layout_set_nepali_romanized.xml 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
32 because the letters on these layouts aren't the ones in different case of the above
33 unshifted layouts. -->
keyboard_layout_set_nepali_traditional.xml 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
32 because the letters on these layouts aren't the ones in different case of the above
33 unshifted layouts. -->
keyboard_layout_set_thai.xml 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
32 because the letters on these layouts aren't the ones in different case of the above
33 unshifted layouts. -->
  /development/samples/Snake/
_index.html 6 <p>This code demonstrates how to create custom View layouts and
  /development/tools/emulator/skins/WSVGA/
layout 24 layouts {
  /development/tools/emulator/skins/WXGA720/
layout 24 layouts {

Completed in 285 milliseconds

1 2 3 4 5 6 7 8 91011>>