/external/qemu/docs/ |
ANDROID-SKIN-FILES.TXT | 18 Each skin can have several "layouts" (e.g. "landscape" and "portrait") 48 Layouts & Parts: 51 Each skin file must define a list of 'parts' and a list of 'layouts'. 65 skin file contains two layouts: one for landscape mode, and another one for 66 portrait mode. More layouts can be used if needed. For example, one could 70 Skin Layouts: 73 Each skin layout is a named sub-key of the top-level 'layouts' key in the 76 layouts { 85 Defines two layouts named 'portrait' and 'landscape'. 228 Dynamic Layouts [all...] |
/external/chromium_org/ui/keyboard/ |
keyboard_util.cc | 211 {"keyboard/layouts/function-key-row.html", IDR_KEYBOARD_FUNCTION_KEY_ROW}, 234 {"keyboard/layouts/dvorak.html", IDR_KEYBOARD_LAYOUTS_DVORAK}, 235 {"keyboard/layouts/latin-accents.js", IDR_KEYBOARD_LAYOUTS_LATIN_ACCENTS}, 236 {"keyboard/layouts/numeric.html", IDR_KEYBOARD_LAYOUTS_NUMERIC}, 237 {"keyboard/layouts/qwerty.html", IDR_KEYBOARD_LAYOUTS_QWERTY}, 238 {"keyboard/layouts/symbol-altkeys.js", 240 {"keyboard/layouts/system-qwerty.html", IDR_KEYBOARD_LAYOUTS_SYSTEM_QWERTY}, 241 {"keyboard/layouts/spacebar-row.html", IDR_KEYBOARD_SPACEBAR_ROW},
|
/development/tools/findunused/ |
find_unused_resources.rb | 107 layouts = Hash.new 119 layouts[id] = FilePosition.new(filename, file.lineno) 146 layouts.delete(id) 151 layouts.delete(id) 156 layouts.delete(id) 162 result.unusedLayoutIds = layouts
|
/frameworks/base/docs/html-intl/ja/training/multiscreen/ |
screensizes.jd | 235 <p><code>res/values/layouts.xml</code>:</p> 236 {@sample development/samples/training/multiscreen/newsreader/res/values/layouts.xml all} 238 <p><code>res/values-sw600dp-land/layouts.xml</code>:</p> 239 {@sample development/samples/training/multiscreen/newsreader/res/values-sw600dp-land/layouts.xml 242 <p><code>res/values-sw600dp-port/layouts.xml</code>:</p> 243 {@sample development/samples/training/multiscreen/newsreader/res/values-sw600dp-port/layouts.xml 246 <p><code>res/values-large-land/layouts.xml</code>:</p> 247 {@sample development/samples/training/multiscreen/newsreader/res/values-large-land/layouts.xml all} 249 <p><code>res/values-large-port/layouts.xml</code>:</p> 250 {@sample development/samples/training/multiscreen/newsreader/res/values-large-port/layouts.xml all [all...] |
/frameworks/base/docs/html-intl/ko/training/multiscreen/ |
screensizes.jd | 235 <p><code>res/values/layouts.xml</code>:</p> 236 {@sample development/samples/training/multiscreen/newsreader/res/values/layouts.xml all} 238 <p><code>res/values-sw600dp-land/layouts.xml</code>:</p> 239 {@sample development/samples/training/multiscreen/newsreader/res/values-sw600dp-land/layouts.xml 242 <p><code>res/values-sw600dp-port/layouts.xml</code>:</p> 243 {@sample development/samples/training/multiscreen/newsreader/res/values-sw600dp-port/layouts.xml 246 <p><code>res/values-large-land/layouts.xml</code>:</p> 247 {@sample development/samples/training/multiscreen/newsreader/res/values-large-land/layouts.xml all} 249 <p><code>res/values-large-port/layouts.xml</code>:</p> 250 {@sample development/samples/training/multiscreen/newsreader/res/values-large-port/layouts.xml all [all...] |
/frameworks/base/docs/html-intl/ru/training/multiscreen/ |
screensizes.jd | 235 <p><code>res/values/layouts.xml</code>:</p> 236 {@sample development/samples/training/multiscreen/newsreader/res/values/layouts.xml all} 238 <p><code>res/values-sw600dp-land/layouts.xml</code>:</p> 239 {@sample development/samples/training/multiscreen/newsreader/res/values-sw600dp-land/layouts.xml 242 <p><code>res/values-sw600dp-port/layouts.xml</code>:</p> 243 {@sample development/samples/training/multiscreen/newsreader/res/values-sw600dp-port/layouts.xml 246 <p><code>res/values-large-land/layouts.xml</code>:</p> 247 {@sample development/samples/training/multiscreen/newsreader/res/values-large-land/layouts.xml all} 249 <p><code>res/values-large-port/layouts.xml</code>:</p> 250 {@sample development/samples/training/multiscreen/newsreader/res/values-large-port/layouts.xml all [all...] |
/frameworks/base/docs/html-intl/zh-cn/training/multiscreen/ |
screensizes.jd | 235 <p><code>res/values/layouts.xml</code>:</p> 236 {@sample development/samples/training/multiscreen/newsreader/res/values/layouts.xml all} 238 <p><code>res/values-sw600dp-land/layouts.xml</code>:</p> 239 {@sample development/samples/training/multiscreen/newsreader/res/values-sw600dp-land/layouts.xml 242 <p><code>res/values-sw600dp-port/layouts.xml</code>:</p> 243 {@sample development/samples/training/multiscreen/newsreader/res/values-sw600dp-port/layouts.xml 246 <p><code>res/values-large-land/layouts.xml</code>:</p> 247 {@sample development/samples/training/multiscreen/newsreader/res/values-large-land/layouts.xml all} 249 <p><code>res/values-large-port/layouts.xml</code>:</p> 250 {@sample development/samples/training/multiscreen/newsreader/res/values-large-port/layouts.xml all [all...] |
/frameworks/base/docs/html/training/multiscreen/ |
screensizes.jd | 84 <p>You can construct fairly complex layouts using nested instances of {@link 147 like the one in the previous sections. While those layouts adapt to 150 application should not only implement flexible layouts, but should also provide 151 several alternative layouts to target different screen configurations. You do 160 to implement these layouts, you could have the following files:</p> 183 different layouts for different devices in this category (such as for 5" and 7" devices), even 190 list on smaller screens), you can use the same two layouts from the previous section for single 191 and two-pane layouts, but instead of the <code>large</code> size qualifier, use 240 layouts:</p> 277 <p>Some layouts work well in both landscape and portrait orientations, but most of them ca [all...] |
/frameworks/base/docs/html/training/improving-layouts/ |
optimizing-layout.jd | 6 next.title=Re-using Layouts with <include/> 7 next.link=reusing-layouts.html 27 <li><a href="{@docRoot}guide/topics/ui/declaring-layout.html">XML Layouts</a></li> 38 layouts. However, each widget and layout you add to your application requires initialization, 66 of text on the right. It is especially important that layouts that will be inflated multiple 109 the root node allows for such layouts. So, when this design is converted to use {@link 143 <li>Deep layouts - Layouts with too much nesting are bad for performance. Consider using flatter layouts such as {@link android.widget.RelativeLayout} or {@link android.widget.GridLayout} to improve performance. The default maximum depth is 10.</li>
|
loading-ondemand.jd | 6 previous.title=Re-using Layouts with <include/> 7 previous.link=reusing-layouts.html 84 doesn?t currently support the {@code <merge/>} tag in the layouts to be inflated.</p>
|
reusing-layouts.jd | 1 page.title=Re-using Layouts with <include/> 40 re-use complete layouts, you can use the {@code <include/>} and {@code <merge/>} tags 43 <p>Reusing layouts is particularly powerful as it allows you create reusable complex layouts. For 45 It also means that any elements of your application that are common across multiple layouts can be 123 re-used in multiple layouts, then the re-usable layout in which you place the two views requires its
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
ApiCompatibilityUtils.java | 32 // All layouts are LTR before JB MR1. 58 // Do nothing. RTL layouts aren't supported before JB MR1. 124 // Before JB MR1, all layouts are left-to-right, so start == left, etc. 136 // Before JB MR1, all layouts are left-to-right, so start == left. 148 // Before JB MR1, all layouts are left-to-right, so end == right.
|
/external/chromium_org/tools/grit/grit/gather/ |
chrome_scaled_image.py | 102 layouts = [req_layout] 103 if 'default' not in layouts: 104 layouts.append('default') 110 for layout in layouts: 117 dir = "%s_%s_percent" % (_MakeBraceGlob(layouts),
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
cros_language_options_handler_unittest.cc | 45 std::vector<std::string> layouts; local 46 layouts.push_back(raw_layout); 50 id, std::string(), layouts, languages, true, GURL(), GURL());
|
/external/chromium_org/chrome/common/extensions/api/input_ime/ |
input_components_handler.cc | 64 std::set<std::string> layouts; local 135 // Get input_components[i].layouts. 146 layouts.insert(layout_name_str); 203 info->input_components.back().layouts.insert(layouts.begin(), 204 layouts.end());
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
screens.jd | 18 <li><a href="#create-layouts">Create Different Layouts</a></li> 44 <p>To declare different layouts and bitmaps you'd like to use for different screens, you must place 53 <h2 id="create-layouts">Create Different Layouts</h2> 62 properly fit the screen. Thus, your layouts for different screen sizes don't
|
/external/qemu/android/skin/ |
file.h | 104 SkinLayout* layouts; member in struct:SkinFile 111 SkinLayout* __layout = (file)->layouts; \
|
/frameworks/base/core/tests/coretests/res/layout/ |
drawable_background_minimum_size.xml | 32 <!-- Different views and layouts that should initially be small but still contain 33 some content (hence the minimal text inside each of the layouts). Each of these
|
/frameworks/base/docs/html/training/basics/fragments/ |
index.jd | 19 layouts</a></li> 64 <dd>Learn how to build your app with layouts that provide different fragment configurations for
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
CyclicDependencyValidator.java | 46 * dependencies when offering layouts to be included within a given file, etc. 48 * @param file the target file that candidate layouts should not directly or
|
/cts/tests/src/android/content/cts/ |
AvailableIntentsActivity.java | 26 * what it layouts. We only need an activity even if it's empty for this test.
|
/cts/tests/tests/holo/src/android/holo/cts/ |
SingleThemeIterator.java | 24 * {@link Iterator} over a single theme and all the layouts.
|
/developers/samples/android/ui/lists/CustomChoiceList/ |
template-params.xml | 28 This sample demonstrates how to create custom checkable layouts, for use with ListView\'s choiceMode
|
/development/samples/MultiResolution/ |
_index.html | 13 resources such as layouts and graphical assets for different screen configurations</li>
|
/development/samples/training/ContactsList/res/values-sw720dp/ |
dimens.xml | 20 common padding value to add some extra white space which makes the layouts feel more
|