/external/chromium_org/v8/test/mjsunit/compiler/ |
pic.js | 50 // Create a bunch of objects with different layouts.
|
/external/llvm/include/llvm/MC/ |
MCAsmLayout.h | 24 /// Assembly may require computing multiple layouts for a particular assembly
|
/external/mesa3d/src/mesa/vbo/ |
vbo_attrib.h | 44 * program instruction formats and register layouts.
|
/external/skia/src/core/ |
SkBitmapScaler.h | 31 // This is typically intended for use during interactive layouts
|
/external/v8/test/mjsunit/compiler/ |
alloc-object.js | 30 // Test that inlined object allocation works for different layouts of
|
pic.js | 50 // Create a bunch of objects with different layouts.
|
/frameworks/base/docs/html/training/implementing-navigation/ |
index.jd | 15 <li>Understanding of fragments and Android layouts</li>
|
/frameworks/base/docs/html/training/multiscreen/ |
index.jd | 70 <dd>This lesson walks you through how to design layouts that adapts
|
/frameworks/base/tools/validatekeymaps/ |
Main.cpp | 45 " Validates the specified key layouts, key character maps, \n"
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
PhoneCapabilityTester.java | 107 * True if we are using two-pane layouts ("tablet mode"), false if we are using single views
|
/packages/apps/ContactsCommon/res/values/ |
dimens.xml | 34 <!-- ContactTile Layouts -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeWizard.java | 79 "Replace occurrences in all layouts with include to new layout");
|
/cts/hostsidetests/holo/app/src/android/holo/app/ |
HoloDeviceActivity.java | 77 final Layout layout = layouts[intent.getIntExtra(EXTRA_LAYOUT, 0)]; 244 private static final Layout[] layouts = { field in class:HoloDeviceActivity
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentLayout.java | 39 * Demonstration of using fragments to implement different activity layouts. 203 // We have different layouts, and in one of them this
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentLayoutSupport.java | 40 * Demonstration of using fragments to implement different activity layouts. 202 // We have different layouts, and in one of them this
|
/docs/source.android.com/src/compatibility/ |
cts-development.jd | 55 <li>Must take into account varying screen sizes, orientations, and keyboard layouts.</li> 57 <li>Avoid relying upon particular view layouts or depend on the dimensions of assets that may not be on some device.</li>
|
/external/chromium_org/third_party/freetype/src/truetype/ |
ttdriver.c | 167 /* Only horizontal layouts (left-to-right & right-to-left) are */ 168 /* supported by this function. Other layouts, or more sophisticated */
|
/external/clang/include/clang/Frontend/ |
FrontendOptions.h | 211 /// \brief File name of the file that will provide record layouts 212 /// (in the format produced by -fdump-record-layouts).
|
/external/freetype/src/truetype/ |
ttdriver.c | 167 /* Only horizontal layouts (left-to-right & right-to-left) are */ 168 /* supported by this function. Other layouts, or more sophisticated */
|
/frameworks/base/docs/html/design/ |
design_toc.cs | 36 <li><a href="<?cs var:toroot ?>design/patterns/multi-pane-layouts.html">Multi-pane Layouts</a></li>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/ |
ExplodeRenderingHelperTest.java | 103 * Children of the relative layouts, one below the other. 136 * Children of the relative layouts, one above the other.
|
/frameworks/base/docs/html/guide/practices/ |
screens_support.jd | 26 <li><a href="#DesigningResources">Designing alternative layouts and drawables</a></li> 28 <li><a href="#DeclaringTabletLayouts">Declaring Tablet Layouts for Android 3.2</a> <span 92 For details, see the section about <a href="#DeclaringTabletLayouts">Declaring Tablet Layouts for 166 href="#DeclaringTabletLayouts">Declaring Tablet Layouts for Android 3.2</a> for more 198 you should use when defining your layouts—which allows the system to avoid worrying about 217 provide alternative layouts for some of the different screen sizes and alternative bitmap images for 296 screen configuration by scaling layouts to fit the screen size/density and scaling bitmap drawables 313 <li><strong>Provide different layouts for different screen sizes</strong> 321 example, layouts for an extra large screen should go in {@code layout-xlarge/}.</p> 327 href="#DeclaringTabletLayouts">Declaring Tablet Layouts for Android 3.2</a>.</p [all...] |
/frameworks/base/docs/html/training/basics/firstapp/ |
building-ui.jd | 31 <li><a href="{@docRoot}guide/topics/ui/declaring-layout.html">Layouts</a></li> 54 <h2>Alternative Layouts</h2> 56 but it's especially important so you can create different layouts for 82 the Graphical Layout editor. This is an editor that helps you build layouts using WYSIWYG tools. For this 187 needed for concrete resources such as strings or layouts. See the sidebox for 200 href="{@docRoot}guide/topics/ui/declaring-layout.html">Layouts</a> guide.</dd>
|
/frameworks/base/docs/html/about/versions/ |
android-4.2.jd | 143 the Android UI toolkit, including views, layouts, and animations, so they are more flexible and 402 <p>To begin supporting RTL layouts in your app, set the {@link android.R.attr#supportsRtl 405 display your app with RTL layouts. For instance, the action bar will show the icon and title 406 on the right side and action buttons on the left, and any layouts you?ve created with the 423 <li>Or to provide complete optimization for RTL layouts, you can provide entirely separate 426 {@code res/layout/} and your RTL optimized layouts in {@code res/layout-ldrtl/}. 432 <p>Various other APIs are available across the framework to support RTL layouts, such as in
|
/frameworks/base/docs/html/tools/help/ |
adt.jd | 136 you create and edit Android manifests, resources, menus, and layouts in a form-based or graphical 163 renders your interface as well, offering you a preview as you design your layouts. This editor 222 <li>Custom views in XML layouts, such as <code><foo.bar.MyView></foo.bar.MyView></code>, 379 <li>Render layouts in real-time: Layouts are rendered as accurately as possible according to 414 small previews, and previews (rendered in real size). Previews are only available for layouts 478 refactor your layouts. The following list describes the major refactoring support:</p>
|