HomeSort by relevance Sort by last modified time
    Searched refs:layout (Results 76 - 100 of 4825) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
blockstret.c 55 const char *layout; // conditional on BLOCK_HAS_OBJC member in struct:block_descriptor_big
61 const char *layout; // conditional on BLOCK_HAS_OBJC member in struct:block_descriptor_small
73 struct block_layout_abi *layout = (struct block_layout_abi *)block; local
74 if ((layout->flags & BLOCK_HAS_OBJC_TYPE) != BLOCK_HAS_OBJC_TYPE) return 0;
75 if (layout->flags & BLOCK_HAS_COPY_DISPOSE)
76 return layout->descriptor->signature;
78 return ((struct block_descriptor_small *)layout->descriptor)->signature;
82 struct block_layout_abi *layout = (struct block_layout_abi *)block; local
84 return (layout->flags & want) == want;
  /external/chromium_org/chrome/browser/ui/views/extensions/
bundle_installed_bubble.cc 19 #include "ui/views/layout/grid_layout.h"
20 #include "ui/views/layout/layout_constants.h"
40 GridLayout* layout = GridLayout::CreatePanel(this); local
41 SetLayoutManager(layout);
42 views::ColumnSet* column_set = layout->AddColumnSet(kColumnSetId);
58 layout->StartRow(0, kColumnSetId);
60 AddContent(layout, bundle);
66 void AddContent(GridLayout* layout, const BundleInstaller* bundle) {
74 layout->StartRow(0, kColumnSetId);
75 AddHeading(layout, installed_heading)
    [all...]
  /external/chromium_org/ui/views/examples/
textfield_example.cc 14 #include "ui/views/layout/grid_layout.h"
54 GridLayout* layout = new GridLayout(container); local
55 container->SetLayoutManager(layout);
57 ColumnSet* column_set = layout->AddColumnSet(0);
62 layout->StartRow(0, 0);
63 layout->AddView(new Label(ASCIIToUTF16("Name:")));
64 layout->AddView(name_);
65 layout->StartRow(0, 0);
66 layout->AddView(new Label(ASCIIToUTF16("Password:")));
67 layout->AddView(password_)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
login_view.cc 11 #include "ui/views/layout/grid_layout.h"
12 #include "ui/views/layout/layout_constants.h"
38 // Initialize the Grid Layout Manager used for this dialog box.
39 GridLayout* layout = GridLayout::CreatePanel(this); local
40 SetLayoutManager(layout);
46 layout->AddColumnSet(single_column_view_set_id);
52 column_set = layout->AddColumnSet(labels_column_set_id);
61 layout->StartRow(0, single_column_view_set_id);
62 layout->AddView(message_label_);
64 layout->AddPaddingRow(0, views::kUnrelatedControlLargeVerticalSpacing)
    [all...]
  /external/chromium_org/ui/views/layout/
grid_layout_unittest.cc 5 #include "ui/views/layout/grid_layout.h"
56 GridLayoutTest() : layout(&host) {}
64 pref = layout.GetPreferredSize(&host);
70 GridLayout layout; member in class:views::GridLayoutTest
77 layout(&host) {}
85 ColumnSet* c1 = layout.AddColumnSet(0);
87 layout.StartRow(1, 0);
88 layout.AddView(&v1);
89 gfx::Size pref = layout.GetPreferredSize(&host);
92 layout.Layout(&host)
99 GridLayout layout; member in class:views::GridLayoutAlignmentTest
    [all...]
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences.h 29 // dispay layout).
36 // Sets the display layout for the current displays.
37 void SetCurrentDisplayLayout(const ash::DisplayLayout& layout);
44 // Stores the display layout for given display pairs for tests.
47 const ash::DisplayLayout& layout);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControlElements.cpp 42 void RenderTextTrackContainerElement::layout() function in class:blink::RenderTextTrackContainerElement
44 RenderBlockFlow::layout();
  /frameworks/base/core/java/android/widget/
ResourceCursorAdapter.java 46 * @param layout resource identifier of a layout file that defines the views
51 public ResourceCursorAdapter(Context context, int layout, Cursor c) {
53 mLayout = mDropDownLayout = layout;
65 * @param layout resource identifier of a layout file that defines the views
73 public ResourceCursorAdapter(Context context, int layout, Cursor c, boolean autoRequery) {
75 mLayout = mDropDownLayout = layout;
83 * @param layout Resource identifier of a layout file that defines the view
    [all...]
  /frameworks/base/core/jni/android/graphics/
MinikinUtils.h 27 #include <minikin/Layout.h>
34 // TODO: these should be defined in Minikin's Layout.h
48 static void doLayout(Layout* layout, const Paint* paint, int bidiFlags, TypefaceImpl* typeface,
51 static float xOffsetForTextAlign(Paint* paint, const Layout& layout);
53 static float hOffsetForTextAlign(Paint* paint, const Layout& layout, const SkPath& path);
56 static void forFontRun(const Layout& layout, Paint* paint, F& f)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
FrameLayoutGravity.java 17 package android.widget.layout.frame;
29 setContentView(R.layout.framelayout_gravity);
FrameLayoutMargin.java 17 package android.widget.layout.frame;
29 setContentView(R.layout.framelayout_margin);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentCenterGravity.java 17 package android.widget.layout.linear;
29 setContentView(R.layout.baseline_center_gravity);
BaselineButtons.java 17 package android.widget.layout.linear;
29 setContentView(R.layout.baseline_buttons);
HorizontalOrientationVerticalAlignment.java 17 package android.widget.layout.linear;
29 setContentView(R.layout.linear_layout_spinner_then_button);
LinearLayoutEditTexts.java 17 package android.widget.layout.linear;
29 setContentView(R.layout.linear_layout_textviews);
Weight.java 17 package android.widget.layout.linear;
28 setContentView(R.layout.linear_layout_weight);
WeightSum.java 17 package android.widget.layout.linear;
29 setContentView(R.layout.weight_sum);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
CellSpan.java 17 package android.widget.layout.table;
25 * Exercise table layout with cells spanning.
31 setContentView(R.layout.table_layout_cell_span);
FixedWidth.java 17 package android.widget.layout.table;
25 * Exercise table layout with cells having a fixed width and height.
31 setContentView(R.layout.table_layout_fixed_width);
HorizontalGravity.java 17 package android.widget.layout.table;
25 * Exercise table layout with cells using a horizontal gravity.
31 setContentView(R.layout.table_layout_horizontal_gravity);
VerticalGravity.java 17 package android.widget.layout.table;
25 * Exercise table layout with cells using a vertical gravity.
31 setContentView(R.layout.table_layout_vertical_gravity);
Weight.java 17 package android.widget.layout.table;
25 * Exercise table layout with cells having a weight.
31 setContentView(R.layout.table_layout_weight);
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
Activity0.java 17 package com.android.test.layout;
25 setContentView(R.layout.grid0);
Activity4.java 17 package com.android.test.layout;
25 setContentView(R.layout.grid4);
Activity5.java 17 package com.android.test.layout;
25 setContentView(R.layout.grid5);

Completed in 2875 milliseconds

1 2 34 5 6 7 8 91011>>