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

<<11121314151617181920>>

  /frameworks/base/docs/html-intl/intl/id/guide/topics/ui/
overview.jd 9 mendefinisikan layout antarmuka.</p>
13 teks) serta berbagai model layout (seperti layout linear atau relatif).</p>
16 <h2 id="Layout">Layout Antarmuka Pengguna</h2>
26 <p class="img-caption"><strong>Gambar 1.</strong> Ilustrasi dari hierarki tampilan, yang mendefinisikan layout
29 <p>Untuk mendeklarasikan layout, Anda dapat menyediakan objek {@link android.view.View} dalam kode dan mulai
30 membangun pohon, namun cara termudah dan terefektif untuk mendefinisikan layout adalah dengan file XML.
31 XML menawarkan struktur layout yang dapat dibaca manusia, serupa dengan HTML.</p>
38 <p>Misalnya, layout vertikal sederhana dengan tampilan teks dan tombol akan tampak seperti ini:</p
    [all...]
  /frameworks/base/docs/html-intl/intl/in/guide/topics/ui/
overview.jd 9 mendefinisikan layout antarmuka.</p>
13 teks) serta berbagai model layout (seperti layout linear atau relatif).</p>
16 <h2 id="Layout">Layout Antarmuka Pengguna</h2>
26 <p class="img-caption"><strong>Gambar 1.</strong> Ilustrasi dari hierarki tampilan, yang mendefinisikan layout
29 <p>Untuk mendeklarasikan layout, Anda dapat menyediakan objek {@link android.view.View} dalam kode dan mulai
30 membangun pohon, namun cara termudah dan terefektif untuk mendefinisikan layout adalah dengan file XML.
31 XML menawarkan struktur layout yang dapat dibaca manusia, serupa dengan HTML.</p>
38 <p>Misalnya, layout vertikal sederhana dengan tampilan teks dan tombol akan tampak seperti ini:</p
    [all...]
  /frameworks/base/docs/html/training/improving-layouts/
optimizing-layout.jd 1 page.title=Optimizing Layout Hierarchies
2 parent.title=Improving Layout Performance
19 <li><a href="#Inspect">Inspect Your Layout</a></li>
20 <li><a href="#Revise">Revise Your Layout</a></li>
27 <li><a href="{@docRoot}guide/topics/ui/declaring-layout.html">XML Layouts</a></li>
29 href="{@docRoot}guide/topics/resources/layout-resource.html#include- element">Layout
37 <p>It is a common misconception that using the basic layout structures leads to the most efficient
38 layouts. However, each widget and layout you add to your application requires initialization,
39 layout, and drawing. For example, using nested instances of {@link android.widget.LinearLayout} ca
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
SelectionTest.java 164 StaticLayout layout = new StaticLayout(text, new TextPaint(), 50, null, 0, 0, false); local
169 assertTrue(Selection.moveLeft(builder, layout));
173 assertTrue(Selection.moveLeft(builder, layout));
178 assertFalse(Selection.moveLeft(builder, layout));
183 assertTrue(Selection.moveLeft(builder, layout));
191 StaticLayout layout = new StaticLayout(text, new TextPaint(), 200, null, 0, 0, false); local
196 assertTrue(Selection.moveRight(builder, layout));
200 assertTrue(Selection.moveRight(builder, layout));
204 assertTrue(Selection.moveRight(builder, layout));
209 assertFalse(Selection.moveRight(builder, layout));
222 StaticLayout layout = new StaticLayout(text, new TextPaint(), 200, null, 0, 0, false); local
261 StaticLayout layout = new StaticLayout(text, new TextPaint(), 200, null, 0, 0, false); local
344 StaticLayout layout = new StaticLayout(text, new TextPaint(), 200, null, 0, 0, false); local
370 StaticLayout layout = new StaticLayout(text, new TextPaint(), 200, null, 0, 0, false); local
392 StaticLayout layout = new StaticLayout(text, new TextPaint(), 200, null, 0, 0, false); local
422 StaticLayout layout = new StaticLayout(text, new TextPaint(), 200, null, 0, 0, false); local
443 StaticLayout layout = new StaticLayout(text, new TextPaint(), 50, null, 0, 0, false); local
478 StaticLayout layout = new StaticLayout(text, new TextPaint(), 50, null, 0, 0, false); local
504 StaticLayout layout = new StaticLayout(text, new TextPaint(), 200, null, 0, 0, false); local
535 StaticLayout layout = new StaticLayout(text, new TextPaint(), 200, null, 0, 0,false); local
    [all...]
  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
MultiLayoutVerificationTest.java 42 copyResourceTo("/layout/layout_with_class_name.xml",
43 "/app/src/main/res/layout/with_class_name.xml", toMap(KEY_CLASS_NAME,
45 copyResourceTo("/layout/layout_with_class_name.xml",
46 "/app/src/main/res/layout-land/with_class_name.xml", toMap(KEY_CLASS_NAME,
62 if ("layout".equals(name)) {
64 "/app/src/main/res/layout/with_class_name.xml")
66 String extract = extract("/app/src/main/res/layout/with_class_name.xml",
72 "layout/with_class_name"), exception.getBareMessage());
74 } else if ("layout-land".equals(name)) {
76 "/app/src/main/res/layout-land/with_class_name.xml"
    [all...]
  /packages/apps/Launcher2/res/layout-land/
launcher.xml 49 <include android:id="@+id/cell1" layout="@layout/workspace_screen" />
50 <include android:id="@+id/cell2" layout="@layout/workspace_screen" />
51 <include android:id="@+id/cell3" layout="@layout/workspace_screen" />
52 <include android:id="@+id/cell4" layout="@layout/workspace_screen" />
53 <include android:id="@+id/cell5" layout="@layout/workspace_screen" /
    [all...]
  /development/samples/ApiDemos/assets/
HelloActivity.apk 
  /development/samples/ApiDemos/res/values-sw600dp/
layout.xml 18 <!-- Define a new configuration for the resources_layout_reference layout,
19 which uses the special tablet layout. -->
20 <item type="layout" name="resources_layout_reference">
21 @layout/resources_layout_reference_tablet</item>
  /development/samples/ApiDemos/res/values-xlarge/
layout.xml 18 <!-- Define a new configuration for the resources_layout_reference layout,
19 which uses the special tablet layout. -->
20 <item type="layout" name="resources_layout_reference">
21 @layout/resources_layout_reference_tablet</item>
  /development/samples/WiFiDirectDemo/res/layout/
main.xml 17 <!-- Preview: layout=@layout/row_devices -->
24 <!-- Preview: layout=@layout/device_detail -->
  /development/samples/WiFiDirectDemo/res/layout-land/
main.xml 17 <!-- Preview: layout=@layout/row_devices -->
24 <!-- Preview: layout=@layout/device_detail -->
  /development/samples/WiFiDirectDemo/res/layout-large/
main.xml 10 <!-- Preview: layout=@layout/row_devices -->
15 <!-- Preview: layout=@layout/device_detail -->
  /device/google/accessory/demokit/app/res/layout-xlarge-land/
main.xml 6 <include layout="@layout/inputcontainer" android:id="@+id/inputContainer"
9 <include layout="@layout/output_tablet" android:id="@+id/outputContainer"
  /external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/
bower.json 2 "name": "iron-flex-layout",
8 "layout"
10 "main": "iron-flex-layout.html",
18 "url": "git://github.com/PolymerElements/iron-flex-layout.git"
  /external/clang/test/CodeGenObjC/
arc-captured-block-var-inlined-layout.m 1 // RUN: %clang_cc1 -fblocks -fobjc-arc -fobjc-runtime-has-weak -triple x86_64-apple-darwin -print-ivar-layout -emit-llvm -o /dev/null %s > %t-64.layout
2 // RUN: FileCheck -check-prefix=CHECK -check-prefix=CHECK-64 --input-file=%t-64.layout %s
3 // RUN: %clang_cc1 -fblocks -fobjc-arc -fobjc-runtime-has-weak -triple i386-apple-darwin -print-ivar-layout -emit-llvm -o /dev/null %s > %t-32.layout
4 // RUN: FileCheck -check-prefix=CHECK -check-prefix=CHECK-32 --input-file=%t-32.layout %s
20 // CHECK: Inline block variable layout: 0x0100, BL_STRONG:1, BL_OPERATOR:0
25 // CHECK: Inline block variable layout: 0x0210, BL_STRONG:2, BL_BYREF:1, BL_OPERATOR:0
32 // CHECK: Inline block variable layout: 0x0230, BL_STRONG:2, BL_BYREF:3, BL_OPERATOR:0
41 // CHECK: Inline block variable layout: 0x0231, BL_STRONG:2, BL_BYREF:3, BL_WEAK:1, BL_OPERATOR:
    [all...]
  /external/icu/icu4c/source/test/letest/
letsutil.h 21 #include "layout/LETypes.h"
22 #include "layout/LEScripts.h"
23 #include "layout/LayoutEngine.h"
24 #include "layout/LELanguages.h"
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
LookupSubtable.java 11 package com.ibm.icu.dev.tool.layout;
  /external/skia/src/animator/
SkAnimate3DSchema.xsx 2 <!--This file is auto-generated by the XML Schema Designer. It holds layout information for components on the designer surface.-->
SkAnimateSchema.xsx 2 <!--This file is auto-generated by the XML Schema Designer. It holds layout information for components on the designer surface.-->
  /frameworks/base/core/res/res/layout/
recent_apps_dialog.xml 60 layout="@android:layout/recent_apps_icon"
64 layout="@android:layout/recent_apps_icon"
68 layout="@android:layout/recent_apps_icon"
72 layout="@android:layout/recent_apps_icon"
83 layout="@android:layout/recent_apps_icon
    [all...]
  /frameworks/base/core/tests/coretests/res/raw/
install_app1_cert1 
install_app1_cert2 
install_app1_cert3 
install_app2_cert1 
install_app2_cert2 

Completed in 397 milliseconds

<<11121314151617181920>>