HomeSort by relevance Sort by last modified time
    Searched full:layout (Results 451 - 475 of 5312) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextChunkBuilder.h 32 // SVGTextChunkBuilder performs the third layout phase for SVG text.
34 // Phase one built the layout information from the SVG DOM stored in the RenderSVGInlineText objects (SVGTextLayoutAttributes).
35 // Phase two performed the actual per-character layout, computing the final positions for each character, stored in the SVGInlineTextBox objects (SVGTextFragment).
  /frameworks/base/core/java/android/text/style/
QuoteSpan.java 22 import android.text.Layout;
69 boolean first, Layout layout) {
  /frameworks/base/core/res/res/layout/
screen_custom_title.xml 18 This is an custom layout for a screen.
27 android:layout="@layout/action_mode_bar"
screen_title.xml 18 This is an optimized layout for a screen, with the minimum set of features
28 android:layout="@layout/action_mode_bar"
  /frameworks/base/core/tests/coretests/res/layout/
linear_layout_listview_height.xml 21 android:id="@+id/layout"
26 <!-- Outer linear layout providing vertical layout -->
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentZeroWidthAndWeightTest.java 17 package android.widget.layout.linear;
20 import android.widget.layout.linear.BaselineAlignmentZeroWidthAndWeight;
21 import android.widget.layout.linear.ExceptionTextView;
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
AddColumnTest.java 17 package android.widget.layout.table;
19 import android.widget.layout.table.AddColumn;
30 * {@link android.widget.layout.table.AddColumn} is
FixedWidthTest.java 17 package android.widget.layout.table;
19 import android.widget.layout.table.FixedWidth;
27 * {@link android.widget.layout.table.FixedWidth} is
HorizontalGravityTest.java 17 package android.widget.layout.table;
19 import android.widget.layout.table.HorizontalGravity;
28 * {@link android.widget.layout.table.HorizontalGravity} is
WeightTest.java 17 package android.widget.layout.table;
19 import android.widget.layout.table.Weight;
27 * {@link android.widget.layout.table.Weight} is
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Bitmaps3dActivity.java 37 final FrameLayout layout = new FrameLayout(this); local
38 layout.addView(view, new FrameLayout.LayoutParams(800, 400, Gravity.CENTER));
40 setContentView(layout);
StackActivity.java 36 setContentView(R.layout.stack);
39 stack.setAdapter(new ArrayAdapter<Drawable>(this, android.R.layout.simple_list_item_1,
49 R.layout.stack_item, null, false);
  /packages/apps/Browser/src/com/android/browser/view/
PieListView.java 42 public void layout(int anchorX, int anchorY, boolean left, float angle) { method in class:PieListView
43 super.layout(anchorX, anchorY, left, angle);
58 view.layout(mLeft, top, mLeft + mChildWidth, top + mChildHeight);
  /packages/apps/Contacts/res/layout/
call_log_fragment.xml 17 <!-- Layout parameters are set programmatically. -->
31 <include layout="@layout/call_log_voicemail_status"
group_detail_fragment.xml 24 This layout can contain the second row of the action bar containing a group source
47 layout="@layout/group_detail_fragment_empty_view"/>
  /packages/apps/Email/res/layout/
three_pane_impl.xml 19 <!-- Implementation of a three pane layout where two panes are always visible at
41 layout="@layout/message_command_button_view"
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILDocument.java 34 * Returns the element that contains the layout node of this document,
46 * Returns the element that contains the layout information of the presentation,
47 * i.e. the <code>LAYOUT</code> element.
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsageBarPreference.java 39 setLayoutResource(R.layout.preference_memoryusage);
44 setLayoutResource(R.layout.preference_memoryusage);
49 setLayoutResource(R.layout.preference_memoryusage);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 16 package com.android.ide.common.layout.relative;
28 import static com.android.ide.common.layout.BaseLayoutRule.getMaxMatchDistance;
29 import static com.android.ide.common.layout.LayoutConstants.ANDROID_URI;
30 import static com.android.ide.common.layout.LayoutConstants.ATTR_ID;
31 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ABOVE;
32 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_BASELINE;
33 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_BOTTOM;
34 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_LEFT;
35 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_PARENT_BOTTOM;
36 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_PARENT_LEFT
85 public INode layout; field in class:GuidelineHandler
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
CyclicDependencyValidator.java 18 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder;
42 * Creates a validator which ensures that the chosen id is not for a layout that is
43 * directly or indirectly including the given layout. Used to avoid cyclic
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
UselessViewDetector.java 35 * Checks whether the current node can be removed without affecting the layout.
41 "Checks whether a parent layout can be removed.",
42 "A layout with children that has no siblings, is not a scrollview or " +
43 "a root layout, and does not have a background, can be removed and have " +
45 "efficient layout hierarchy.",
51 "Checks whether a leaf layout can be removed.",
52 "A layout that has no children or no background can often be removed (since it " +
53 "is invisible) for a flatter and more efficient layout hierarchy.",
116 // Check to see if this is a leaf layout that can be removed
119 // Check to see if this is a middle-man layout which can be remove
    [all...]
  /cts/apps/CtsVerifier/res/layout-land/
usb_main.xml 54 <include layout="@layout/vertical_divider" />
85 <include layout="@layout/pass_fail_buttons" />
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MenuInflateFromXml.java 76 // Create a simple layout
77 LinearLayout layout = new LinearLayout(this); local
78 layout.setOrientation(LinearLayout.VERTICAL);
82 android.R.layout.simple_spinner_item, sMenuExampleNames);
83 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
91 layout.addView(mSpinner,
106 layout.addView(mInstructionsText, lp);
108 // Set the layout as our content view
109 setContentView(layout);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
_index.html 18 <dt>Layout:
19 <dd><a href="../../../../../../res/layout/hello_world.html">hello_world.xml</a>
37 <dt>Layout:
38 <dd><a href="../../../../../../res/layout/surface_view_overlay.html">surface_view_overlay.xml</a>
  /external/chromium/chrome/browser/chromeos/login/
textfield_with_margin.h 22 virtual void Layout();

Completed in 671 milliseconds

<<11121314151617181920>>