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

<<111112113114115116117118119120>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PlayAnimationMenu.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.gle2;
27 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
FlagXmlPropertyDialog.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties;
34 import org.eclipse.swt.layout.GridData;
PropertyFactory.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties;
29 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
30 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.CanvasViewInfo;
31 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart;
32 import com.android.ide.eclipse.adt.internal.editors.layout.gre.ViewMetadataRepository;
33 import com.android.ide.eclipse.adt.internal.editors.layout.uimodel.UiViewElementNode;
44 import org.eclipse.swt.layout.GridData;
45 import org.eclipse.swt.layout.GridLayout;
214 // some (such as properties in the same category, and the layout params etc)
310 // Add id to the front (though the layout parameters will be added t
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerPage.java 36 import org.eclipse.swt.layout.GridData;
37 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java 34 import org.eclipse.swt.layout.GridData;
35 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourcePage.java 31 import org.eclipse.swt.layout.GridData;
32 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 29 import org.eclipse.swt.layout.GridData;
30 import org.eclipse.swt.layout.GridLayout;
KeystoreSelectionPage.java 29 import org.eclipse.swt.layout.GridData;
30 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SampleSelectionPage.java 40 import org.eclipse.swt.layout.GridData;
41 import org.eclipse.swt.layout.GridLayout;
TestTargetPage.java 37 import org.eclipse.swt.layout.GridData;
38 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 34 import org.eclipse.swt.layout.GridData;
35 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceCollectorDialog.java 26 import org.eclipse.swt.layout.GridData;
27 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DetailsPage.java 33 import org.eclipse.swt.layout.GridData;
110 mTopComposite.layout();
  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 68 XmlPullParser parser = mActivity.getResources().getLayout(R.layout.horizontal_scrollview);
79 scrollView.layout(0, 0, 100, 200);
82 scrollView.layout(0, 0, 150, 100);
231 scrollView.layout(0, 0, 100, 100);
242 scrollView.layout(0, 0, 100, 100);
ScrollViewTest.java 45 // view dpi constants. Must match those defined in scroll_view layout
85 XmlPullParser parser = mActivity.getResources().getLayout(R.layout.scrollview_layout);
95 // the value is half of total layout height
97 scrollView.layout(0, 0, 100, 200);
100 scrollView.layout(0, 0, 150, 100);
249 scrollView.layout(0, 0, 100, 100);
260 scrollView.layout(0, 0, 100, 100);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarLayout.java 27 * Layout that arranges an InfoBar's views. An InfoBarLayout consists of:
136 * Constructs a layout for the specified InfoBar. After calling this, be sure to set the
183 mMessageView = (TextView) LayoutInflater.from(context).inflate(R.layout.infobar_text, null);
235 * Adds one, two, or three buttons to the layout.
245 Button primaryButton = (Button) inflater.inflate(R.layout.infobar_button, null);
257 Button secondaryButton = (Button) inflater.inflate(R.layout.infobar_button, null);
268 Button tertiaryButton = (Button) inflater.inflate(R.layout.infobar_button, null);
316 child.layout(childLeft, lp.top, childRight, lp.top + child.getMeasuredHeight());
433 * Places a single view on the current row, and updates the view's layout parameters to remember
496 * The button group has different layout properties (margins, gravity, etc) when placed on th
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 106 if (desc->layout != UTIL_FORMAT_LAYOUT_PLAIN ||
165 assert(desc->layout == UTIL_FORMAT_LAYOUT_PLAIN);
278 assert(desc->layout == UTIL_FORMAT_LAYOUT_PLAIN);
421 if (format_desc->layout == UTIL_FORMAT_LAYOUT_PLAIN &&
482 if (format_desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) {
  /external/chromium_org/ui/keyboard/resources/
main.js 511 var layout = idToLayout(keyset.id);
512 // Caches the layouts size parameters since all keysets in the same layout
514 if (!(layout in layoutParams))
515 layoutParams[layout] = new AlignmentOptions(keyset);
516 realignKeyset(keyset, layoutParams[layout]);
522 * Realigns the keysets in the current layout of the keyboard.
529 var layout = keyboard.layout;
531 keyboard.querySelectorAll('kb-keyset[id^=' + layout + ']').array();
602 * Flatten the keysets which represents a keyboard layout
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 27 import org.eclipse.swt.widgets.Layout;
313 * Implementation of {@link Layout} for Windows XP.
315 private class WindowsXpLayout extends Layout {
334 protected void layout(Composite composite, boolean flushCache) { method in class:CSpinner.WindowsXpLayout
364 * Implementation of {@link Layout} for Windows Vista.
366 private class WindowsVistaLayout extends Layout {
385 protected void layout(Composite composite, boolean flushCache) { method in class:CSpinner.WindowsVistaLayout
415 * Implementation of {@link Layout} for Linux.
417 private class LinuxLayout extends Layout {
434 protected void layout(Composite composite, boolean flushCache) method in class:CSpinner.LinuxLayout
484 protected void layout(Composite composite, boolean flushCache) { method in class:CSpinner.MacLayout
526 protected void layout(Composite composite, boolean flushCache) { method in class:CSpinner.MacCocoaLayout
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 106 if (desc->layout != UTIL_FORMAT_LAYOUT_PLAIN ||
165 assert(desc->layout == UTIL_FORMAT_LAYOUT_PLAIN);
278 assert(desc->layout == UTIL_FORMAT_LAYOUT_PLAIN);
421 if (format_desc->layout == UTIL_FORMAT_LAYOUT_PLAIN &&
482 if (format_desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) {
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBitmap.h 550 ImageLayout layout; local
552 SetStatus(DllExports::GdipGetImageLayout(nativeImage, &layout));
554 return layout;
558 Image::SetLayout(IN const ImageLayout layout)
561 DllExports::GdipSetImageLayout(nativeImage, layout)
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TextViewTest.java 107 activity.setContentView(R.layout.text_views);
125 activity.setContentView(R.layout.text_views_hints);
355 StaticLayout layout = new StaticLayout(null, null, 0, null, 0, 0, true); local
356 shadowOf(textView).setLayout(layout);
357 assertEquals(textView.getLayout(), layout); local
ViewTest.java 46 view.layout(100, 200, 303, 404);
102 root.inflate(new Activity(), R.layout.inner_merge, root);
396 ShadowView.inflate(new Activity(), R.layout.views, root);
422 ShadowView.inflate(new Activity(), R.layout.views, root);
448 ShadowView.inflate(new Activity(), R.layout.views, root);
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 49 * Inside an XML layout, SlidingDrawer must define the id of the handle and of the
358 content.layout(0, mTopOffset + childHeight, content.getMeasuredWidth(),
364 content.layout(mTopOffset + childWidth, 0,
369 handle.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight);
658 // Something changed in the content, we need to honor the layout request
667 content.layout(0, mTopOffset + childHeight, content.getMeasuredWidth(),
674 content.layout(childWidth + mTopOffset, 0,
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 271 public void setCellLayout(CellLayout layout) {
272 mCellLayout = layout;
311 CellLayout layout = (CellLayout) getParent().getParent(); local
313 mFolderRingAnimator.setCellLayout(layout);
315 layout.showFolderAccept(mFolderRingAnimator);

Completed in 475 milliseconds

<<111112113114115116117118119120>>