HomeSort by relevance Sort by last modified time
    Searched refs:layout (Results 976 - 1000 of 3589) sorted by null

<<31323334353637383940>>

  /external/chromium_org/ash/system/logout_button/
tray_logout_button.cc 23 #include "ui/views/layout/box_layout.h"
75 views::BoxLayout* layout = new views::BoxLayout( local
77 layout->set_spread_blank_space(true);
78 SetLayoutManager(layout);
  /external/chromium_org/media/audio/mac/
audio_auhal_mac_unittest.cc 78 // channel layout is modified.
79 AudioOutputStream* CreateWithLayout(ChannelLayout layout) {
80 channel_layout_ = layout;
81 channels_ = ChannelLayoutToChannelCount(layout);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LinkHighlightTest.cpp 66 webViewImpl->layout();
172 webViewImpl->layout();
191 webViewImpl->layout();
WebPluginContainerTest.cpp 109 webView->layout();
140 webView->layout();
172 webView->layout();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ResourceLoaderTest.java 24 assertTrue(ResourceLoader.isLayoutDirectory(File.separator + "layout"));
33 ViewLoader.ViewNode node = resourceLoader.getLayoutViewNode("android:layout/simple_spinner_item");
46 ResourceLoader resourceLoader = new ResourceLoader(10, R.class, resourceFile("res"), resourceFile("layout"));
49 resourceLoader.inflateView(Robolectric.application, R.layout.text_views, vg);
68 ResourceLoader resourceLoader = new ResourceLoader(10, R.class, resourceFile("res"), resourceFile("layout"));
71 ViewGroup view = (ViewGroup) resourceLoader.inflateView(Robolectric.application, R.layout.different_screen_sizes, viewGroup);
89 ViewGroup view = (ViewGroup) resourceLoader.inflateView(Robolectric.application, R.layout.different_screen_sizes, viewGroup);
  /frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialogFragment.java 65 R.layout.media_route_list_item_top_header,
66 R.layout.media_route_list_item_section_header,
67 R.layout.media_route_list_item,
68 R.layout.media_route_list_item_checkable,
69 R.layout.media_route_list_item_collapse_group
166 final View layout = inflater.inflate(R.layout.media_route_chooser_layout, container, false); local
168 mVolumeIcon = (ImageView) layout.findViewById(R.id.volume_icon);
169 mVolumeSlider = (SeekBar) layout.findViewById(R.id.volume_slider);
174 final View extendedSettingsButton = layout.findViewById(R.id.extended_settings)
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
BitmapsActivity.java 41 final FrameLayout layout = new FrameLayout(this); local
42 layout.addView(view, new FrameLayout.LayoutParams(480, 800, Gravity.CENTER));
43 setContentView(layout);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java 85 final int layout = attrs.getAttributeResourceValue(null, "layout", 0); local
86 if (layout == 0) {
87 final String value = attrs.getAttributeValue(null, "layout");
89 throw new InflateException("You must specifiy a layout in the"
90 + " include tag: <include layout=\"@layout/layoutID\" />");
92 throw new InflateException("You must specifiy a valid layout "
93 + "reference. The layout ID " + value + " is not valid.");
97 thisInflater.getContext().getResources().getLayout(layout);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
CameraRootView.java 120 // all the layout code assumes camera device orientation to be portrait
179 v.layout(left, t + mTopMargin, left + width, b - mBottomMargin);
182 v.layout(l + mLeftMargin, top, r - mRightMargin, top + height);
185 v.layout(l + mLeftMargin, t + mTopMargin, r - mRightMargin, b - mBottomMargin);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPageBottomControls.java 60 public PhotoPageBottomControls(Delegate delegate, Context context, RelativeLayout layout) {
62 mParentLayout = layout;
67 .inflate(R.layout.photopage_bottom_controls, mParentLayout, false);
122 // Force a layout change
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
OtherSettingsPopup.java 62 if (pref == null) return R.layout.in_line_setting_restore;
67 return R.layout.in_line_setting_switch;
69 return R.layout.in_line_setting_knob;
  /packages/apps/Settings/src/com/android/settings/
Display.java 40 setContentView(R.layout.display);
50 android.R.layout.simple_spinner_item, states);
52 android.R.layout.simple_spinner_dropdown_item);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordFragment.java 65 mRootView = inflater.inflate(R.layout.user_dictionary_add_word_fullscreen, null);
122 android.R.layout.simple_spinner_item, localesList);
123 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
  /packages/apps/Tag/src/com/android/apps/tag/record/
RecordUtils.java 71 TextView text = (TextView) inflater.inflate(R.layout.tag_text, parent, false);
91 inflater.inflate(R.layout.tag_divider, container);
113 View item = inflater.inflate(R.layout.tag_uri, parent, false);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactsListFragment.java 95 ListView list = (ListView) inflater.inflate(R.layout.contacts_list, container, false);
162 return R.layout.xlarge_list_item;
164 return R.layout.normal_list_item;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryAddWordFragment.java 71 mRootView = inflater.inflate(R.layout.user_dictionary_add_word_fullscreen, null);
138 android.R.layout.simple_spinner_item, localesList);
139 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ContextPullParser.java 17 package com.android.ide.eclipse.adt.internal.editors.layout;
32 import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutMetadata.KEY_FRAGMENT_LAYOUT;
38 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutMetadata;
48 * performs other layout-specific parser behavior like translating fragment tags into
60 /** The {@link File} for the layout currently being parsed */
62 /** The layout to be shown for the current {@code <fragment>} tag. Usually null. */
77 // --- Layout lib API methods
81 * this is deprecated but must still be implemented for older layout libraries.
96 // Store tools attributes if this looks like a layout we'll need adapter view
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
HoverOverlay.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.gle2;
19 import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.SwtDrawingStyle.HOVER;
20 import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.SwtDrawingStyle.HOVER_SELECTION;
30 * The {@link HoverOverlay} paints an optional hover on top of the layout,
65 * @param hScale The {@link CanvasTransform} to use to transfer horizontal layout
67 * @param vScale The {@link CanvasTransform} to use to transfer vertical layout
119 * Sets the hover rectangle. The coordinates of the rectangle are in layout
127 * @param x The top left x coordinate, in layout coordinates, of the hover.
128 * @param y The top left y coordinate, in layout coordinates, of the hover.
129 * @param w The width of the hover (in layout coordinates)
    [all...]
SelectionHandles.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.gle2;
22 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.SelectionHandle.Position;
23 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
52 * which is within the given distance (in layout coordinates) from the center of the
55 * @param point the mouse position (in layout coordinates) to test
ClipboardSupport.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.gle2;
27 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
28 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
29 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
30 import com.android.ide.eclipse.adt.internal.editors.layout.gre.RulesEngine;
31 import com.android.ide.eclipse.adt.internal.editors.layout.uimodel.UiViewElementNode;
205 // which will trigger a recompute of the layout, thus reloading the model thus
301 * Paste a new root into an empty XML layout.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoringAction.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
21 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
22 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.CanvasViewInfo;
65 // Look for selections in XML and in the layout UI editor
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkLocationChooserDialog.java 23 import org.eclipse.jface.layout.GridDataFactory;
29 import org.eclipse.swt.layout.GridData;
30 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadataTest.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.gle2;
24 import com.android.ide.common.layout.BaseLayoutRule;
28 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.AdtProjectTest;
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 76 setContentView(R.layout.main);
182 // At each step of the animation, we'll perform layout by calling setLayoutParams.
186 // *** WARNING ***: triggering layout at each animation frame highly impacts
189 // avoid the performance penalty of layout.
272 RemoteViews layout = new RemoteViews(getPackageName(), R.layout.notification); local
273 layout.setTextViewText(R.id.notification_title, getString(R.string.app_name));
274 layout.setOnClickPendingIntent(R.id.notification_button,
276 builder.setContent(layout);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbar.cpp 57 part->layout();
179 // See if the scrollbar's thickness changed. If so, we need to mark our owning object as needing a layout.
185 part->layout();
281 partRenderer->layout();
311 part->layout();
337 partRenderer->layout();
355 partRenderer->layout();

Completed in 957 milliseconds

<<31323334353637383940>>