HomeSort by relevance Sort by last modified time
    Searched full:tablelayout (Results 101 - 125 of 137) sorted by null

1 2 3 45 6

  /hardware/ti/wpan/tools/FM/FmTxApp/res/layout/
fmtxrdsconfig.xml 10 <TableLayout android:layout_width="fill_parent"
194 </TableLayout>
  /packages/apps/Calendar/res/layout-sw600dp/
edit_event_1.xml 17 <TableLayout
427 </TableLayout
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LayoutConstants.java 46 public static final String TABLE_LAYOUT = "TableLayout"; //$NON-NLS-1$
207 /** The fully qualified class name of a TableLayout view */
208 public static final String FQCN_TABLE_LAYOUT = "android.widget.TableLayout"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 49 import org.eclipse.jface.viewers.TableLayout;
587 TableLayout layout = new TableLayout();
    [all...]
  /development/samples/ApiDemos/
AndroidManifest.xml     [all...]
  /external/webkit/Source/WebCore/bindings/objc/
DOMCSS.mm 1187 - (NSString *)tableLayout
1192 - (void)setTableLayout:(NSString *)tableLayout
1194 [self setProperty:@"table-layout" value:tableLayout priority:@""];
  /external/webkit/Source/WebCore/rendering/
RenderTable.cpp 84 ETableLayout oldTableLayout = oldStyle ? oldStyle->tableLayout() : TAUTO;
91 if (!m_tableLayout || style()->tableLayout() != oldTableLayout) {
94 if (style()->tableLayout() == TFIXED && !style()->logicalWidth().isAuto())
    [all...]
FixedTableLayout.cpp 76 : TableLayout(table)
AutoTableLayout.cpp 35 : TableLayout(table)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 222 class="android.widget.TableLayout"
  /frameworks/base/tests/BiDiTests/res/layout/
textview_alignment_ltr.xml 23 <TableLayout android:orientation="vertical"
576 </TableLayout>
textview_alignment_rtl.xml 23 <TableLayout android:orientation="vertical"
576 </TableLayout>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 355 /** Hand coded conversion from a LinearLayout to a TableLayout */
388 } // else: WRAP in TableLayout!
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 150 } else if ("TableLayout".equals(localName)) { //$NON-NLS-1$
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_package.html 57 <li>TableLayout
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 99 public static final String TABLE_LAYOUT = "TableLayout"; //$NON-NLS-1$
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ObsoleteLayoutParamsDetector.java 166 // ATTR_LAYOUT_COLUMN is defined for both GridLayout and TableLayout,
  /frameworks/base/core/java/android/widget/
LinearLayout.java 520 * {@link android.widget.TableLayout} and {@link android.widget.TableRow}
534 * {@link android.widget.TableLayout} and {@link android.widget.TableRow}
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java 557 checkApplyLayoutCompletion("completion1.xml", "<T^extView", "TableLayout");
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 122 * TableLayout). Should enable/disable them, not hide them, to avoid shuffling around.
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 475 ETableLayout tableLayout() const { return static_cast<ETableLayout>(noninherited_flags._table_layout); }
    [all...]
  /frameworks/base/docs/html/about/versions/
android-4.0.jd     [all...]

Completed in 1317 milliseconds

1 2 3 45 6