HomeSort by relevance Sort by last modified time
    Searched refs:layout (Results 176 - 200 of 4661) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_platform_specific.h 25 // Builds an observer for |view| and |layout|.
28 OpaqueBrowserFrameViewLayout* layout,
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/android/audio_device_android_test/gen/org/webrtc/voiceengine/test/
R.java 19 public static final class layout { class in class:R
  /frameworks/base/core/tests/coretests/src/android/view/
MutateDrawable.java 30 LinearLayout layout = new LinearLayout(this); local
42 layout.addView(ok);
43 layout.addView(cancel);
47 setContentView(layout);
MergeTest.java 38 final ViewGroup layout = activity.getLayout(); local
40 assertEquals("The layout wasn't merged", 7, layout.getChildCount());
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 52 currentView = (FrameLayout) inflater.inflate(R.layout.grid_layout_code, container, false);
63 GridLayout layout = new GridLayout(context); local
64 layout.setUseDefaultMargins(true);
65 layout.setAlignmentMode(ALIGN_BOUNDS);
66 layout.setRowOrderPreserved(false);
67 layout.setLayoutDirection(View.LAYOUT_DIRECTION_LTR);
89 layout.addView(c, new GridLayout.LayoutParams(row1, col1a));
95 layout.addView(c, new GridLayout.LayoutParams(row2, col1b));
100 layout.addView(c, new GridLayout.LayoutParams(row3, col1c));
106 layout.addView(c, new GridLayout.LayoutParams(row3, col2))
    [all...]
BiDiTestGridLayoutCodeRtl.java 52 currentView = (FrameLayout) inflater.inflate(R.layout.grid_layout_code, container, false);
63 GridLayout layout = new GridLayout(context); local
64 layout.setUseDefaultMargins(true);
65 layout.setAlignmentMode(ALIGN_BOUNDS);
66 layout.setRowOrderPreserved(false);
67 layout.setLayoutDirection(View.LAYOUT_DIRECTION_RTL);
89 layout.addView(c, new GridLayout.LayoutParams(row1, col1a));
95 layout.addView(c, new GridLayout.LayoutParams(row2, col1b));
100 layout.addView(c, new GridLayout.LayoutParams(row3, col1c));
106 layout.addView(c, new GridLayout.LayoutParams(row3, col2))
    [all...]
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
ManyEditTextActivityScrollResize.java 42 LinearLayout layout = new LinearLayout(this); local
43 layout.setOrientation(LinearLayout.VERTICAL);
50 layout.addView(editText);
53 ((ScrollView) mRootView).addView(layout);
  /packages/apps/Mms/src/com/android/mms/layout/
LayoutParameters.java 18 package com.android.mms.layout;
33 * Get the width of current layout.
37 * Get the height of current layout.
41 * Get the width of the image region of current layout.
45 * Get the height of the text region of current layout.
49 * Get the type of current layout.
53 * Get the type description of current layout.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsFrenchCH.java 17 package com.android.inputmethod.keyboard.layout.tests;
21 import com.android.inputmethod.keyboard.layout.LayoutBase;
22 import com.android.inputmethod.keyboard.layout.Swiss;
23 import com.android.inputmethod.keyboard.layout.expected.ExpectedKeyboardBuilder;
33 private static final LayoutBase LAYOUT = new Swiss(new FrenchCHCustomizer(LOCALE));
36 LayoutBase getLayout() { return LAYOUT; }
TestsGermanCH.java 17 package com.android.inputmethod.keyboard.layout.tests;
21 import com.android.inputmethod.keyboard.layout.LayoutBase;
22 import com.android.inputmethod.keyboard.layout.Swiss;
23 import com.android.inputmethod.keyboard.layout.expected.ExpectedKeyboardBuilder;
33 private static final LayoutBase LAYOUT = new Swiss(new GermanCHCustomizer(LOCALE));
36 LayoutBase getLayout() { return LAYOUT; }
TestsItalianCH.java 17 package com.android.inputmethod.keyboard.layout.tests;
21 import com.android.inputmethod.keyboard.layout.LayoutBase;
22 import com.android.inputmethod.keyboard.layout.Swiss;
23 import com.android.inputmethod.keyboard.layout.expected.ExpectedKeyboardBuilder;
33 private static final LayoutBase LAYOUT = new Swiss(new ItalianCHCustomizer(LOCALE));
36 LayoutBase getLayout() { return LAYOUT; }
TestsTagalog.java 17 package com.android.inputmethod.keyboard.layout.tests;
21 import com.android.inputmethod.keyboard.layout.LayoutBase;
22 import com.android.inputmethod.keyboard.layout.Spanish;
23 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
33 private static final LayoutBase LAYOUT = new Spanish(new TagalogCustomizer(LOCALE));
36 LayoutBase getLayout() { return LAYOUT; }
TestsCatalan.java 17 package com.android.inputmethod.keyboard.layout.tests;
21 import com.android.inputmethod.keyboard.layout.LayoutBase;
22 import com.android.inputmethod.keyboard.layout.LayoutBase.EuroCustomizer;
23 import com.android.inputmethod.keyboard.layout.Spanish;
24 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
25 import com.android.inputmethod.keyboard.layout.expected.ExpectedKeyboardBuilder;
35 private static final LayoutBase LAYOUT = new Spanish(new CatalanCustomizer(LOCALE));
38 LayoutBase getLayout() { return LAYOUT; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewMode.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.gle2;
20 * render in the layout editor
32 /** Preview layout as included in other layouts */
35 /** Preview all the variations of this layout */
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.cc 27 #include "ui/views/layout/fill_layout.h"
28 #include "ui/views/layout/grid_layout.h"
29 #include "ui/views/layout/layout_constants.h"
56 // to |layout|.
57 void BuildColumnSet(views::GridLayout* layout, ColumnSetType type) {
58 views::ColumnSet* column_set = layout->AddColumnSet(type);
105 // Given a layout and a model, add an appropriate title using a
107 void AddTitleRow(views::GridLayout* layout, ManagePasswordsBubbleModel* model) {
114 // Add the title to the layout with appropriate padding.
115 layout->StartRowWithPadding
147 views::GridLayout* layout = new views::GridLayout(this); local
216 views::GridLayout* layout = new views::GridLayout(this); local
288 views::GridLayout* layout = new views::GridLayout(this); local
375 views::GridLayout* layout = new views::GridLayout(this); local
525 views::FillLayout* layout = new views::FillLayout(); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LayoutAnimation3.java 30 setContentView(R.layout.layout_animation_3);
32 android.R.layout.simple_list_item_1, mStrings));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_surface.h 40 enum nouveau_surface_layout layout; member in struct:nouveau_surface
50 enum nouveau_surface_layout layout,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_surface.h 40 enum nouveau_surface_layout layout; member in struct:nouveau_surface
50 enum nouveau_surface_layout layout,
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
FillInWrap.java 17 package android.widget.layout.linear;
29 setContentView(R.layout.fill_in_wrap);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
UserFolderHierarchicalFolderSelectorAdapter.java 25 Context context, Cursor folders, int layout, Folder excludedFolder) {
26 super(context, folders, layout, excludedFolder);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
FlipperDream.java 38 setContentView(R.layout.carousel);
40 setContentView(R.layout.bummer);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DialogActivity.java 52 // See assets/res/any/layout/dialog_activity.xml for this
53 // view layout definition, which is being set here as
55 setContentView(R.layout.dialog_activity);
69 LinearLayout layout = (LinearLayout)findViewById(R.id.inner_content);
73 layout.addView(iv);
79 LinearLayout layout = (LinearLayout)findViewById(R.id.inner_content);
80 int num = layout.getChildCount();
82 layout.removeViewAt(num-1);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridLayoutFactory.java 13 import org.eclipse.swt.layout.GridLayout;
15 import org.eclipse.swt.widgets.Layout;
30 private GridLayoutFactory(Composite composite, GridLayout layout) {
31 m_layout = layout;
40 Layout layout = composite.getLayout(); local
41 if (layout instanceof GridLayout) {
42 return new GridLayoutFactory(composite, (GridLayout) layout);
61 * Specifies whether all columns in the layout will be forced to have the same width.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResourceCursorAdapter.java 47 * @param layout resource identifier of a layout file that defines the views
51 public void __constructor__(Context context, int layout, Cursor c) {
53 mLayout = mDropDownLayout = layout;
62 * @param layout resource identifier of a layout file that defines the views
70 public void __constructor__(Context context, int layout, Cursor c, boolean autoRequery) {
72 mLayout = mDropDownLayout = layout;
93 * <p>Sets the layout resource of the item views.</p>
95 * @param layout the layout resources used to create item view
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewFlipperActivity.java 36 final View widget = inflater.inflate(R.layout.widget, null);
41 View view = inflater.inflate(R.layout.flipper_item, flipper, false);
47 view = inflater.inflate(R.layout.flipper_item, flipper, false);
53 FrameLayout layout = new FrameLayout(this); local
54 layout.addView(widget);
56 setContentView(layout);

Completed in 627 milliseconds

1 2 3 4 5 6 78 91011>>