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

1 2 3 4 56 7 8 91011>>

  /frameworks/opt/setupwizard/library/full-support/res/values-land/
layouts.xml 20 <item name="suw_preference_recycler_view" type="layout">@layout/suw_preference_recycler_view_normal</item>
21 <item name="suw_preference_template" type="layout">@layout/suw_no_scroll_template_header_collapsed</item>
22 <item name="suw_recycler_template" type="layout">@layout/suw_recycler_template_header_collapsed</item>
23 <item name="suw_recycler_template_short" type="layout">@layout/suw_recycler_template_header_collapsed</item>
  /frameworks/opt/setupwizard/library/full-support/res/values-sw600dp-land/
layouts.xml 20 <item name="suw_preference_recycler_view" type="layout">@layout/suw_preference_recycler_view_normal</item>
21 <item name="suw_preference_template" type="layout">@layout/suw_no_scroll_template_card_wide</item>
22 <item name="suw_recycler_template" type="layout">@layout/suw_recycler_template_card_wide</item>
23 <item name="suw_recycler_template_short" type="layout">@layout/suw_recycler_template_card_wide</item>
  /packages/apps/Settings/res/values-sw600dp/
aliases.xml 19 <item name="fingerprint_enroll_find_sensor" type="layout">@layout/fingerprint_enroll_find_sensor_base</item>
20 <item name="fingerprint_enroll_enrolling" type="layout">@layout/fingerprint_enroll_enrolling_base</item>
21 <item name="fingerprint_enroll_finish" type="layout">@layout/fingerprint_enroll_finish_base</item>
22 <item name="choose_lock_pattern" type="layout">@layout/choose_lock_pattern_common</item>
  /prebuilts/maven_repo/android/com/android/support/design/24.2.0/
design-24.2.0.aar 
  /prebuilts/maven_repo/android/com/android/support/design/24.2.1/
design-24.2.1.aar 
  /frameworks/opt/setupwizard/library/full-support/res/values/
layouts.xml 20 <item name="suw_preference_recycler_view" type="layout">@layout/suw_preference_recycler_view_header</item>
21 <item name="suw_preference_template" type="layout">@layout/suw_preference_template_header</item>
22 <item name="suw_recycler_template" type="layout">@layout/suw_recycler_template_header</item>
23 <item name="suw_recycler_template_short" type="layout">@layout/suw_recycler_template_header_collapsed</item>
25 <item name="suw_glif_preference_template" type="layout">@layout/suw_glif_blank_template_compact</item
    [all...]
  /frameworks/opt/setupwizard/library/full-support/res/values-sw600dp/
layouts.xml 20 <item name="suw_preference_recycler_view" type="layout">@layout/suw_preference_recycler_view_normal</item>
21 <item name="suw_preference_template" type="layout">@layout/suw_no_scroll_template_card</item>
22 <item name="suw_recycler_template" type="layout">@layout/suw_recycler_template_card</item>
23 <item name="suw_recycler_template_short" type="layout">@layout/suw_recycler_template_card</item>
25 <item name="suw_glif_preference_template" type="layout">@layout/suw_glif_blank_template_card</item
    [all...]
  /frameworks/opt/setupwizard/library/main/res/values-land/
layouts.xml 20 <item name="suw_template" type="layout">@layout/suw_template_header_collapsed</item>
21 <item name="suw_template_short" type="layout">@layout/suw_template_header_collapsed</item>
22 <item name="suw_list_template" type="layout">@layout/suw_list_template_header_collapsed</item>
23 <item name="suw_list_template_short" type="layout">@layout/suw_list_template_header_collapsed</item>
24 <item name="suw_no_scroll_template" type="layout">@layout/suw_no_scroll_template_header_collapsed</item
    [all...]
  /frameworks/opt/setupwizard/library/main/res/values-sw600dp-land/
layouts.xml 20 <item name="suw_template" type="layout">@layout/suw_template_card_wide</item>
21 <item name="suw_template_short" type="layout">@layout/suw_template_card_wide</item>
22 <item name="suw_list_template" type="layout">@layout/suw_list_template_card_wide</item>
23 <item name="suw_list_template_short" type="layout">@layout/suw_list_template_card_wide</item>
24 <item name="suw_no_scroll_template" type="layout">@layout/suw_no_scroll_template_card_wide</item
    [all...]
  /prebuilts/maven_repo/android/com/android/support/design/23.0.0/
design-23.0.0.aar 
  /prebuilts/maven_repo/android/com/android/support/design/23.0.1/
design-23.0.1.aar 
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutTextMeasuringTest.java 19 import android.text.Layout.Alignment;
44 StaticLayout layout = new StaticLayout(testString, mDefaultPaint, local
47 assertEquals(0.0f, layout.getPrimaryHorizontal(0));
48 assertEquals(layout.getPrimaryHorizontal(2), layout.getPrimaryHorizontal(1));
54 StaticLayout layout = new StaticLayout(testString, mDefaultPaint, local
57 assertEquals(0.0f, layout.getPrimaryHorizontal(0));
58 assertEquals(layout.getPrimaryHorizontal(2), layout.getPrimaryHorizontal(1));
66 StaticLayout layout = new StaticLayout(testString, mDefaultPaint local
    [all...]
  /sdk/apps/SdkController/bin/
SdkControllerApp.apk 
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
MultiLineTexture.java 21 import android.text.Layout;
31 private final Layout mLayout;
33 private MultiLineTexture(Layout layout) {
34 super(layout.getWidth(), layout.getHeight());
35 mLayout = layout;
40 Layout.Alignment alignment) {
42 Layout layout = new StaticLayout(text, 0, text.length(), paint local
    [all...]
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
SetupWizardLayoutTest.java 50 SetupWizardLayout layout = new SetupWizardLayout(mContext); local
51 assertDefaultTemplateInflated(layout);
56 SetupWizardLayout layout = new SetupWizardLayout(mContext); local
57 TextView title = (TextView) layout.findViewById(R.id.suw_layout_title);
58 layout.setHeaderText("Abracadabra");
64 SetupWizardLayout layout = new SetupWizardLayout(mContext); local
67 layout.addView(tv);
68 assertDefaultTemplateInflated(layout);
69 View view = layout.findViewById(R.id.test_view_id);
76 SetupWizardLayout layout = (SetupWizardLayout) inflater.inflate(R.layout.test_layout, null) local
84 SetupWizardLayout layout = new SetupWizardLayout(mContext, R.layout.test_template); local
106 final SetupWizardLayout layout = new SetupWizardLayout(mContext); local
115 final SetupWizardLayout layout = new SetupWizardLayout(mContext, R.layout.test_template); local
122 final SetupWizardLayout layout = new SetupWizardLayout(mContext); local
132 final SetupWizardLayout layout = new SetupWizardLayout(mContext); local
145 final SetupWizardLayout layout = new SetupWizardLayout(mContext, R.layout.test_template); local
167 final SetupWizardLayout layout = new SetupWizardLayout(mContext); local
184 final SetupWizardLayout layout = new SetupWizardLayout(mContext); local
203 final SetupWizardLayout layout = new SetupWizardLayout(mContext); local
    [all...]
GlifListLayoutTest.java 49 GlifListLayout layout = new GlifListLayout(mContext); local
50 assertListTemplateInflated(layout);
55 GlifListLayout layout = new GlifListLayout(mContext); local
58 layout.addView(tv);
68 GlifListLayout layout = (GlifListLayout) local
69 inflater.inflate(R.layout.test_glif_list_layout, null);
70 assertListTemplateInflated(layout);
75 GlifListLayout layout = new GlifListLayout(mContext); local
76 assertListTemplateInflated(layout);
77 assertNotNull("getListView should not be null", layout.getListView())
82 GlifListLayout layout = new GlifListLayout(mContext); local
98 GlifListLayout layout = new GlifListLayout(mContext); local
    [all...]
  /frameworks/base/core/java/android/text/
Selection.java 114 * Moving the selection within the layout
122 public static boolean moveUp(Spannable text, Layout layout) {
138 int line = layout.getLineForOffset(end);
143 if (layout.getParagraphDirection(line) ==
144 layout.getParagraphDirection(line - 1)) {
145 float h = layout.getPrimaryHorizontal(end);
146 move = layout.getOffsetForHorizontal(line - 1, h);
148 move = layout.getLineStart(line - 1);
168 public static boolean moveDown(Spannable text, Layout layout)
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 22 import android.text.Layout;
23 import android.text.Layout.Alignment;
130 StaticLayout layout = builder.build(); local
132 assertEquals(LAYOUT_TEXT, layout.getText());
133 assertEquals(mDefaultPaint, layout.getPaint());
134 assertEquals(DEFAULT_OUTER_WIDTH, layout.getWidth());
137 layout.getTextDirectionHeuristic());
138 assertEquals(Alignment.ALIGN_NORMAL, layout.getAlignment());
139 assertEquals(0.0f, layout.getSpacingAdd());
140 assertEquals(1.0f, layout.getSpacingMultiplier())
147 StaticLayout layout = builder.build(); local
157 StaticLayout layout = builder.build(); local
165 StaticLayout layout = builder.build(); local
173 StaticLayout layout = builder.build(); local
183 StaticLayout layout = builder.build(); local
193 StaticLayout layout = builder.build(); local
205 StaticLayout layout = builder.build(); local
218 StaticLayout layout = builder.build(); local
490 StaticLayout layout = new StaticLayout(LAYOUT_TEXT, 0, LAYOUT_TEXT.length(), local
504 StaticLayout layout = createEllipsizeStaticLayout(LAYOUT_TEXT_SINGLE_LINE, local
510 StaticLayout layout = createEllipsizeStaticLayout(LAYOUT_TEXT_SINGLE_LINE, local
516 StaticLayout layout = createEllipsizeStaticLayout(LAYOUT_TEXT_SINGLE_LINE, local
522 StaticLayout layout = createEllipsizeStaticLayout(LAYOUT_TEXT_SINGLE_LINE, local
532 StaticLayout layout = new StaticLayout(text, 0, text.length(), mDefaultPaint, local
539 StaticLayout layout = new StaticLayout(text, 0, text.length(), mDefaultPaint, local
546 StaticLayout layout = new StaticLayout(text, 0, text.length(), mDefaultPaint, local
553 StaticLayout layout = new StaticLayout(text, 0, text.length(), mDefaultPaint, local
568 StaticLayout layout = new StaticLayout(editable, mDefaultPaint, local
658 StaticLayout layout = new StaticLayout(seq, mDefaultPaint, local
681 StaticLayout layout = new StaticLayout(seq, mDefaultPaint, local
714 StaticLayout layout = new StaticLayout(seq, mDefaultPaint, local
741 StaticLayout layout = new StaticLayout(seq, mDefaultPaint, local
763 StaticLayout layout = new StaticLayout(seq, mDefaultPaint, local
799 StaticLayout layout = new StaticLayout(seq, mDefaultPaint, local
835 StaticLayout layout = new StaticLayout(seq, mDefaultPaint, local
861 StaticLayout layout = new StaticLayout(seq, mDefaultPaint, local
890 StaticLayout layout = new StaticLayout(seq, mDefaultPaint, local
929 StaticLayout layout = new StaticLayout(seq, mDefaultPaint, local
962 StaticLayout layout = new StaticLayout(seq, mDefaultPaint, local
989 StaticLayout layout = StaticLayout.Builder.obtain(state.mText, 0, state.mText.length(), local
997 StaticLayout layout = StaticLayout.Builder.obtain(state.mText, 0, state.mText.length(), local
1131 StaticLayout layout = new StaticLayout(testString, mDefaultPaint, (int)width, local
1151 StaticLayout layout = new StaticLayout(testString, mDefaultPaint, local
1165 StaticLayout layout = new StaticLayout(testString, mDefaultPaint, local
1182 StaticLayout layout = new StaticLayout(testString, mDefaultPaint, local
    [all...]
  /cts/hostsidetests/theme/app/src/android/theme/app/
ThemeDeviceActivity.java 79 setContentView(R.layout.theme_test);
124 * Sets the next layout in the UI.
135 final Layout layout = LAYOUTS[mLayoutIndex++]; local
136 final String layoutName = String.format("%s_%s", mTheme.name, layout.name);
137 final View view = getLayoutInflater().inflate(layout.id, mViewGroup, false);
138 if (layout.modifier != null) {
139 layout.modifier.modifyView(view);
145 Log.v(TAG, "Rendering layout " + layoutName
341 * A class to encapsulate information about a layout
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/
README.md 5 iron-flex-layout.html
15 [![Build status](https://travis-ci.org/PolymerElements/iron-flex-layout.svg?branch=master)](https://travis-ci.org/PolymerElements/iron-flex-layout)
17 _[Demo and API docs](https://elements.polymer-project.org/elements/iron-flex-layout)_
20 ##&lt;iron-flex-layout&gt;
22 The `<iron-flex-layout>` component provides simple ways to use
23 [CSS flexible box layout](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes),
26 1. [Layout classes](https://github.com/PolymerElements/iron-flex-layout/tree/master/iron-flex-layout-classes.html)
    [all...]
  /packages/apps/Settings/res/xml/
app_storage_settings.xml 29 android:layout="@layout/horizontal_preference" />
33 android:layout="@layout/single_button_panel" />
37 android:layout="@layout/tall_preference_category"
44 android:layout="@layout/horizontal_preference" />
50 android:layout="@layout/horizontal_preference" /
    [all...]
  /frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DpiTestActivity.java 85 LinearLayout layout = new LinearLayout(this); local
86 addBitmapDrawable(layout, R.drawable.logo120dpi, true);
87 addBitmapDrawable(layout, R.drawable.logo160dpi, true);
88 addBitmapDrawable(layout, R.drawable.logo240dpi, true);
90 addChildToRoot(root, layout);
92 layout = new LinearLayout(this);
93 addBitmapDrawable(layout, R.drawable.logo120dpi, false);
94 addBitmapDrawable(layout, R.drawable.logo160dpi, false);
95 addBitmapDrawable(layout, R.drawable.logo240dpi, false);
97 addChildToRoot(root, layout);
    [all...]
  /device/google/accessory/demokit/app/res/layout/
servorelay.xml 8 <include layout="@layout/servo" android:id="@+id/servo1"
11 <include layout="@layout/servo" android:id="@+id/servo2"
13 <include layout="@layout/servo" android:id="@+id/servo3"
19 <include android:id="@+id/relay1" layout="@layout/relaybutton"
21 <include android:id="@+id/relay2" layout="@layout/relaybutton
    [all...]
  /frameworks/base/docs/downloads/training/
MobileAds.zip 
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
Perspective.java 38 public void createInitialLayout(IPageLayout layout) {
39 // create a default layout that looks like the stand alone DDMS.
42 layout.setEditorAreaVisible(false);
44 String editorArea = layout.getEditorArea();
47 folder = layout.createFolder("logcat", IPageLayout.BOTTOM, 0.8f, //$NON-NLS-1$
52 folder = layout.createFolder("devices", IPageLayout.LEFT, 0.3f, //$NON-NLS-1$
57 folder = layout.createFolder("ddms-detail", IPageLayout.RIGHT, 0.5f, //$NON-NLS-1$
68 layout.addPerspectiveShortcut("org.eclipse.ui.resourcePerspective"); //$NON-NLS-1$
69 layout.addPerspectiveShortcut("org.eclipse.debug.ui.DebugPerspective"); //$NON-NLS-1$
70 layout.addPerspectiveShortcut("org.eclipse.jdt.ui.JavaPerspective"); //$NON-NLS-1
    [all...]

Completed in 3671 milliseconds

1 2 3 4 56 7 8 91011>>