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

<<919293949596979899100>>

  /external/chromium_org/ash/system/tray/
system_tray_bubble.cc 19 #include "ui/views/layout/box_layout.h"
54 views::BoxLayout* layout = new views::BoxLayout( local
56 layout->set_main_axis_alignment(views::BoxLayout::MAIN_AXIS_ALIGNMENT_FILL);
57 SetLayoutManager(layout);
217 bubble_view_->GetWidget()->GetContentsView()->Layout();
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_browsertest.cc 228 GetMainFrame()->view()->layout();
232 GetMainFrame()->view()->layout();
236 GetMainFrame()->view()->layout();
  /external/chromium_org/tools/grit/grit/tool/
resize.py 66 // the layout of the dialogs contained in it. Do not edit anything but the
115 with Visual Studio's GUI resource editor to modify the layout of dialogs for
120 translateable bits from the original dialog) but the layout changes you make
121 will be used. Note that your layout changes must preserve the order of the
  /frameworks/base/core/java/android/app/
FragmentBreadCrumbs.java 110 com.android.internal.R.layout.fragment_bread_crumb_item);
126 com.android.internal.R.layout.fragment_bread_crumbs,
195 // Eventually we should implement our own layout of the views, rather than relying on
196 // a single linear layout.
238 child.layout(childLeft, childTop, childRight, childBottom);
  /frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
CameraTooActivity.java 135 // Inflate the SurfaceView, set it as the main layout, and attach a listener
136 View layout = getLayoutInflater().inflate(R.layout.mainactivity, null); local
137 mSurfaceView = (SurfaceView) layout.findViewById(R.id.mainSurfaceView);
181 * as defined in the {@code mainactivity.xml} layout file. <p>Captures a full-resolution image
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
SmartCamera.java 148 setContentView(R.layout.simplecamera);
166 // many imageviews into the bottom linear layout.
176 ImageView tmp = (ImageView) inflater.inflate(R.layout.imageview, null);
191 ImageView tmp = (ImageView) inflater.inflate(R.layout.imageview, null);
  /frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
CameraPreviewActivity.java 98 setContentView(R.layout.cf_main);
113 this, R.layout.cf_format_list_item, cameraNames));
227 this, R.layout.cf_format_list_item, availableSizeNames));
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 94 View view = inflater.inflate(R.layout.snapshots, container, false);
113 View item = inflater.inflate(R.layout.snapshot_item, mGrid, false);
161 // Create the header, re-use BookmarkItem (has the layout we want)
217 super(context, R.layout.snapshot_item, c, 0);
PageDialogsHandler.java 142 final View pageInfoView = factory.inflate(R.layout.page_info, null);
353 LinearLayout table = (LinearLayout)factory.inflate(R.layout.ssl_success, placeholder);
393 TextView textView = (TextView) inflater.inflate(R.layout.ssl_warning,
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetProvider.java 95 R.layout.digital_appwidget);
115 R.layout.digital_appwidget);
158 RemoteViews widget = new RemoteViews(context.getPackageName(), R.layout.digital_appwidget);
  /packages/apps/DeskClock/src/com/android/deskclock/
ClockFragment.java 121 // Inflate the layout for this fragment
122 View v = inflater.inflate(R.layout.clock_fragment, container, false);
174 mClockFrame = inflater.inflate(R.layout.main_clock_frame, mList, false);
185 // If the current layout has a fake overflow menu button, let the parent
196 View footerView = inflater.inflate(R.layout.blank_footer_view, mList, false);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CommonControllerOverlay.java 77 // TODO: Move the following layout code into xml file.
282 mBackground.layout(0, y - mTimeBar.getBarHeight(), w, y);
283 mTimeBar.layout(pl, y - mTimeBar.getPreferredHeight(), w - pr, y);
298 view.layout(cl, ct, cl + cw, ct + ch);
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 73 LayoutModel layout = ((SlideshowModel) mModel).getLayout();
75 width, layout.getLayoutWidth());
77 height, layout.getLayoutHeight());
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AppChooserActivity.java 138 ap.mView = getLayoutInflater().inflate(com.android.nfc.R.layout.cardemu_resolver, null);
241 com.android.nfc.R.layout.cardemu_payment_item, parent, false);
244 com.android.nfc.R.layout.cardemu_item, parent, false);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java 56 public int layout(final SuggestedWords suggestedWords, final int fromIndex, method in class:MoreSuggestions.MoreSuggestionsParam
190 public Builder layout(final SuggestedWords suggestedWords, final int fromIndex, method in class:MoreSuggestions.Builder
197 final int count = mParams.layout(suggestedWords, fromIndex, maxWidth, minWidth, maxRow,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 17 package com.android.ide.common.layout;
218 * Overridden in this layout in order to let the top left coordinate be affected by
224 protected void setNewSizeBounds(ResizeState resizeState, INode node, INode layout,
227 super.setNewSizeBounds(resizeState, node, layout, previousBounds, newBounds,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 17 package com.android.ide.eclipse.adt.internal.editors.layout;
20 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
21 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
42 * It goes through the whole layout tree and figures out how many embedded layouts will have
47 * - move the logic for each layout to the layout rule classes?
62 * @param root the root node (ie the top layout).
63 * @param iProject the project to which the layout belong.
66 // get the layout descriptors to get the name of all the layout classes
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 18 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart;
24 import org.eclipse.swt.layout.GridData;
25 import org.eclipse.swt.layout.GridLayout;
62 * @param editor associated layout editor
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ProjectCheckPage.java 39 import org.eclipse.swt.layout.GridData;
40 import org.eclipse.swt.layout.GridLayout;
205 mTopComposite.layout();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 17 package com.android.ide.common.layout;
34 import com.android.ide.eclipse.adt.internal.editors.layout.gre.ViewMetadataRepository;
45 * Common layout helpers from LayoutRule tests
54 * @param targetNode The target layout node to drag into
306 public void layout() { method
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 49 import org.eclipse.swt.layout.GridData;
50 import org.eclipse.swt.layout.GridLayout;
298 mParent.layout();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 349 int layout = getLayout(position); local
350 textView = (TextView) mLayoutInflater.inflate(layout, parent, false);
395 return R.layout.test_category_row;
397 return android.R.layout.simple_list_item_1;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
ScreenLockTestActivity.java 49 setContentView(R.layout.da_screen_lock_main);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 81 setContentView(R.layout.bu_main);
284 view = (TextView) inflater.inflate(R.layout.test_category_row, parent, false);
315 view = (TextView) inflater.inflate(R.layout.bu_preference_row, parent, false);
343 view = (TextView) inflater.inflate(R.layout.bu_preference_row, parent, false);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserPowerLevelActivity.java 38 setContentView(R.layout.ble_advertiser_power_level);

Completed in 1017 milliseconds

<<919293949596979899100>>