HomeSort by relevance Sort by last modified time
    Searched full:layout (Results 201 - 225 of 13241) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Settings/res/xml/
power_usage_details.xml 22 android:layout="@layout/two_buttons_panel"
37 android:layout="@layout/tall_preference_category"
42 android:layout="@layout/tall_preference_category" />
46 android:layout="@layout/tall_preference_category"
process_stats_summary.xml 24 android:layout="@layout/preference_category_short" />
36 android:layout="@layout/horizontal_preference"
42 android:layout="@layout/horizontal_preference"
48 android:layout="@layout/horizontal_preference"
54 android:layout="@layout/horizontal_preference
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsUzbekQwerty.java 17 package com.android.inputmethod.keyboard.layout.tests;
21 import com.android.inputmethod.keyboard.layout.LayoutBase;
22 import com.android.inputmethod.keyboard.layout.Qwerty;
23 import com.android.inputmethod.keyboard.layout.customizer.UzbekCustomizer;
24 import com.android.inputmethod.keyboard.layout.expected.ExpectedKeyboardBuilder;
34 private static final LayoutBase LAYOUT = new Qwerty(new UzbekQwertyCustomizer(LOCALE));
37 LayoutBase getLayout() { return LAYOUT; }
44 // QWERTY layout doesn't have Uzebk keys.
  /external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/
iron-flex-layout.html 14 The `<iron-flex-layout>` component provides simple ways to use
15 [CSS flexible box layout](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes),
18 1. [Layout classes](https://github.com/PolymerElements/iron-flex-layout/tree/master/iron-flex-layout-classes.html).
19 The layout class stylesheet provides a simple set of class-based flexbox rules, that
20 let you specify layout properties directly in markup. You must include this file
25 <link rel="import" href="../iron-flex-layout/iron-flex-layout-classes.html">
28 <div class="layout horizontal layout-start"
    [all...]
  /device/htc/flounder/VolantisKeyboard/res/values/
strings.xml 7 <!-- UK English keyboard layout label. [CHAR LIMIT=35] -->
9 <!-- US English keyboard layout label. [CHAR LIMIT=35] -->
11 <!-- US Intl keyboard layout label. [CHAR LIMIT=35] -->
13 <!-- German keyboard layout label. [CHAR LIMIT=35] -->
15 <!-- French keyboard layout label. [CHAR LIMIT=35] -->
17 <!-- French Canadian keyboard layout label. [CHAR LIMIT=35] -->
19 <!-- Italian keyboard layout label. [CHAR LIMIT=35] -->
21 <!-- Japanese keyboard layout label. [CHAR LIMIT=35] -->
23 <!-- Spanish keyboard layout label. [CHAR LIMIT=35] -->
25 <!-- Belgian keyboard layout label. [CHAR LIMIT=35] --
    [all...]
  /device/htc/flounder/VolantisKeyboard/res/xml/
keyboard_layouts.xml 3 <keyboard-layout android:name="keyboard_layout_volantis_english_uk"
6 <keyboard-layout android:name="keyboard_layout_volantis_english_us"
9 <keyboard-layout android:name="keyboard_layout_volantis_english_us_intl"
12 <keyboard-layout android:name="keyboard_layout_volantis_german"
15 <keyboard-layout android:name="keyboard_layout_volantis_french"
18 <keyboard-layout android:name="keyboard_layout_volantis_french_ca"
21 <keyboard-layout android:name="keyboard_layout_volantis_italian"
24 <keyboard-layout android:name="keyboard_layout_volantis_japanese"
27 <keyboard-layout android:name="keyboard_layout_volantis_spanish"
30 <keyboard-layout android:name="keyboard_layout_volantis_belgian
    [all...]
  /frameworks/base/core/res/res/layout/
notification_template_material_big_base.xml 37 <include layout="@layout/notification_template_header" />
49 <include layout="@layout/notification_template_part_line1" />
50 <include layout="@layout/notification_template_text" />
59 <include layout="@layout/notification_template_progress" />
61 <include layout="@layout/notification_template_right_icon" /
    [all...]
notification_template_material_big_picture.xml 24 <include layout="@layout/notification_template_header" />
25 <include layout="@layout/notification_template_right_icon" />
42 <include layout="@layout/notification_template_part_line1"/>
43 <include layout="@layout/notification_template_progress"/>
44 <include layout="@layout/notification_template_text"/
    [all...]
notification_template_material_base.xml 24 <include layout="@layout/notification_template_header" />
36 <include layout="@layout/notification_template_part_line1" />
37 <include layout="@layout/notification_template_text" />
46 <include layout="@layout/notification_template_progress" />
48 <include layout="@layout/notification_template_right_icon" /
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 25 import android.text.Layout.Alignment;
130 private static void layout(CharSequence source, int[] breaks) { method in class:StaticLayoutLineBreakingTest
131 layout(source, breaks, WIDTH); method
134 private static void layout(CharSequence source, int[] breaks, int width) { method in class:StaticLayoutLineBreakingTest
236 layout("", NO_BREAK);
237 layout("I", NO_BREAK);
238 layout("V", NO_BREAK);
239 layout("X", NO_BREAK);
240 layout("L", NO_BREAK);
241 layout("I VILI", NO_BREAK)
353 layout(ssb, breaks); method
383 layout(ssb, breaks); method
431 layout(text, breaks, width); method
    [all...]
  /development/samples/training/ContactsList/res/values-sw600dp/
layout.xml 19 <!-- Create a layout alias so that devices with a minimum width of 600dp or more will use the
20 two-pane layout when referring to the activity_main layout identifier. -->
21 <item name="activity_main" type="layout">@layout/activity_main_twopanes</item>
  /frameworks/base/core/java/android/widget/
package.html 10 use your widget in layout XML, there are two additional files for you to
16 behavior of the widget. If you can instantiate the object from layout XML,
18 values from the layout XML file.</li>
22 another in their layout XML.</li>
23 <li><b>Layout XML</b> [<em>optional</em>]- An optional XML file inside
24 res/layout/ that describes the layout of your widget. You could also do
29 ApiDemos sample application has an example of creating a custom layout XML
36 <li><strong>res/layout/custom_view_1.xml</strong> - Layout file</li
    [all...]
  /packages/apps/Contacts/res/layout/
compact_contact_editor_fragment.xml 33 <include layout="@layout/compact_photo_editor_view" />
42 <include layout="@layout/editor_all_rawcontacts_accounts_selector" />
43 <include layout="@layout/compact_account_info" />
44 <include layout="@layout/editor_account_selector" />
46 <include layout="@layout/compact_contact_editor_fields" /
    [all...]
  /packages/apps/Contacts/res/layout-land/
compact_contact_editor_fragment.xml 27 <include layout="@layout/compact_photo_editor_view" />
46 <include layout="@layout/editor_all_rawcontacts_accounts_selector" />
47 <include layout="@layout/compact_account_info" />
48 <include layout="@layout/editor_account_selector" />
50 <include layout="@layout/compact_contact_editor_fields"/
    [all...]
  /packages/apps/Launcher2/res/layout-sw720dp/
workspace.xml 28 <include android:id="@+id/cell1" layout="@layout/workspace_screen" />
29 <include android:id="@+id/cell2" layout="@layout/workspace_screen" />
30 <include android:id="@+id/cell3" layout="@layout/workspace_screen" />
31 <include android:id="@+id/cell4" layout="@layout/workspace_screen" />
32 <include android:id="@+id/cell5" layout="@layout/workspace_screen" /
    [all...]
  /packages/apps/UnifiedEmail/res/layout/
one_pane_activity.xml 31 <include layout="@layout/toolbar_with_search" />
44 <include layout="@layout/conversation_pager" />
46 <include layout="@layout/floating_actions" />
48 <include layout="@layout/search_suggestion_list" />
55 <include layout="@layout/drawer_fragment
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
IgnoredLayoutRule.java 17 package com.android.ide.common.layout;
26 * An ignored layout is a layout that should not be treated as a layout by the
27 * visual editor (usually because the widget extends a layout class we recognize
39 // Do nothing; this layout rule corresponds to a layout that
40 // should not be handled as a layout by the visual editor - usually
41 // because some widget is extending a layout for implementation purposes
42 // but does not want to expose configurability of the base layout in th
    [all...]
  /external/deqp/data/gles31/shaders/
uniform_location.test 9 layout(location = 0) uniform float uni0;
10 layout(location = 0) uniform float uni1;
29 layout(location = 0) uniform float uni0;
30 layout(location = 0) uniform float uni1;
49 layout(location = 0) uniform float uni0;
62 layout(location = 0) uniform float uni1;
64 layout(location = 0) out mediump vec4 dEQP_FragColor;
81 layout(location = 0) uniform float uni0[8];
82 layout(location = 5) uniform float uni1;
101 layout(location = 0) uniform float uni0[8]
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
LayoutBase.java 17 package com.android.inputmethod.keyboard.layout;
20 import com.android.inputmethod.keyboard.layout.customizer.LayoutCustomizer;
21 import com.android.inputmethod.keyboard.layout.expected.AbstractLayoutBase;
22 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
23 import com.android.inputmethod.keyboard.layout.expected.ExpectedKeyboardBuilder;
28 * The base class of keyboard layout.
49 * The layout name.
50 * @return the name of this layout.
55 * The locale of this layout.
56 * @return the locale of this layout
    [all...]
  /external/skia/src/gpu/vk/
GrVkMemory.cpp 108 VkPipelineStageFlags GrVkMemory::LayoutToPipelineStageFlags(const VkImageLayout layout) {
109 if (VK_IMAGE_LAYOUT_GENERAL == layout) {
111 } else if (VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL == layout ||
112 VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL == layout) {
114 } else if (VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL == layout ||
115 VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL == layout ||
116 VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL == layout ||
117 VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL == layout) {
119 } else if (VK_IMAGE_LAYOUT_PREINITIALIZED == layout) {
123 SkASSERT(VK_IMAGE_LAYOUT_UNDEFINED == layout);
    [all...]
  /frameworks/base/libs/hwui/hwui/
MinikinUtils.h 28 #include <minikin/Layout.h>
40 ANDROID_API static void doLayout(Layout* layout, const Paint* paint, int bidiFlags,
49 ANDROID_API static float xOffsetForTextAlign(Paint* paint, const Layout& layout);
51 ANDROID_API static float hOffsetForTextAlign(Paint* paint, const Layout& layout, const SkPath& path);
54 ANDROID_API static void forFontRun(const Layout& layout, Paint* paint, F& f) {
59 size_t nGlyphs = layout.nGlyphs()
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextGammaActivity.java 37 final LinearLayout layout = new LinearLayout(this); local
38 layout.setOrientation(LinearLayout.VERTICAL);
41 layout.addView(gamma, new LinearLayout.LayoutParams(
45 setContentView(layout);
47 layout.post(new Runnable() {
58 layout.addView(image, new LinearLayout.LayoutParams(
77 inflater.inflate(R.layout.text_large, this, true);
78 inflater.inflate(R.layout.text_medium, this, true);
79 inflater.inflate(R.layout.text_small, this, true);
88 final LinearLayout layout = new LinearLayout(this) local
    [all...]
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
TemplateLayoutTest.java 40 TemplateLayout layout = new TemplateLayout(mContext, R.layout.test_template, local
44 layout.addView(tv);
45 View view = layout.findViewById(R.id.test_view_id);
52 TemplateLayout layout = local
53 (TemplateLayout) inflater.inflate(R.layout.test_template_layout, null);
54 View content = layout.findViewById(R.id.test_content);
60 TemplateLayout layout = new TemplateLayout(mContext, R.layout.test_template, local
62 View templateView = layout.findViewById(R.id.test_template_view)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
PixelPerfectPespective.java 35 public void createInitialLayout(IPageLayout layout) {
36 layout.setEditorAreaVisible(false);
38 String editorArea = layout.getEditorArea();
41 folder = layout.createFolder("tree", IPageLayout.LEFT, 0.25f, editorArea); //$NON-NLS-1$
45 folder = layout.createFolder("overview", IPageLayout.RIGHT, 0.4f, editorArea); //$NON-NLS-1$
48 folder = layout.createFolder("main", IPageLayout.RIGHT, 0.35f, editorArea); //$NON-NLS-1$
52 layout.addShowViewShortcut(DeviceSelectorView.ID);
53 layout.addShowViewShortcut(PixelPerfectTreeView.ID);
54 layout.addShowViewShortcut(PixelPerfectLoupeView.ID);
55 layout.addShowViewShortcut(PixelPerfectView.ID)
    [all...]
  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
SimpleCompilationTest.java 70 copyResourceTo("/layout/basic_layout.xml",
71 "/app/src/main/res/layout/main.xml");
72 copyResourceTo("/layout/basic_layout.xml",
73 "/app/src/main/res/layout-sw100dp/main.xml");
77 "app/build/intermediates/data-binding-layout-out/debug");
79 new PrefixFileFilter("layout"));
81 for (File layout : layoutFiles) {
82 final String contents = FileUtils.readFileToString(layout);
83 if (layout.getParent().contains("sw100")) {
84 assertTrue("File has wrong tag:" + layout.getPath()
    [all...]

Completed in 384 milliseconds

1 2 3 4 5 6 7 891011>>