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

1 2 3 45 6

  /packages/experimental/RpcPerformance/res/layout/
main.xml 6 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
371 </TableLayout>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml 33 - TableLayout
35 Note that TableLayout does not have a TableLayout_Layout definition here
36 where these is a class TableLayout.LayoutData.
298 <declare-styleable name="TableLayout">
  /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
469 </TableLayout
  /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;
649 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...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoDumper.java 41 android.widget.ListView.class.getName(), android.widget.TableLayout.class.getName()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 224 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 356 /** Hand coded conversion from a LinearLayout to a TableLayout */
389 } // 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$
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 52 import android.widget.TableLayout;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_package.html 57 <li>TableLayout
  /frameworks/base/core/java/android/widget/
LinearLayout.java 534 * {@link android.widget.TableLayout} and {@link android.widget.TableRow}
548 * {@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 601 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 123 * TableLayout). Should enable/disable them, not hide them, to avoid shuffling around.
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /frameworks/base/
preloaded-classes     [all...]
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 475 ETableLayout tableLayout() const { return static_cast<ETableLayout>(noninherited_flags._table_layout); }
    [all...]

Completed in 1314 milliseconds

1 2 3 45 6