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

1 2 34 5 6

  /sdk/testapps/testSensors/src/com/android/tests/testsensors/
TestSensorsActivity.java 29 import android.widget.TableLayout;
38 private TableLayout mTableLayout;
207 mTableLayout = (TableLayout) findViewById(R.id.tableLayout);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TableLayoutRule.java 37 * An {@link IViewRule} for android.widget.TableLayout.
139 // Find the direct children of the TableLayout to delete;
142 // TableLayout but the children might be grand children.
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
SensorActivity.java 33 import android.widget.TableLayout;
59 private TableLayout mTableLayout;
77 mTableLayout = (TableLayout) findViewById(R.id.tableLayout);
  /external/webkit/Source/WebCore/rendering/
RenderTable.h 38 class TableLayout;
257 OwnPtr<TableLayout> m_tableLayout;
  /frameworks/base/media/tests/CameraBrowser/res/layout/
object_info.xml 19 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
168 </TableLayout>
  /packages/apps/Browser/res/layout/
autofill_settings_fragment.xml 45 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
161 </TableLayout>
browser_add_bookmark_content.xml 91 <TableLayout android:id="@+id/default_view"
171 </TableLayout>
  /packages/apps/Contacts/res/layout/
dialpad.xml 18 <TableLayout
98 </TableLayout>
  /packages/apps/Email/res/layout-sw600dp/
account_setup_exchange_fragment.xml 20 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
148 </TableLayout>
account_setup_incoming_fragment.xml 20 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
132 </TableLayout>
account_setup_options_common.xml 27 <TableLayout
62 </TableLayout>
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 50 <h3>TableLayout</h3>
53 <dd>Demonstrates a basic TableLayout with identical children. </dd>
56 <dd>Demonstrates a TableLayout with column-spanning rows and different child objects. </dd>
62 <dd>Demonstrates a TableLayout with a stretchable column. </dd>
65 <dd>Demonstrates a complex TableLayout with spanning columns and stretchable columns to create a menu-like layout. </dd>
  /frameworks/base/core/java/android/widget/
TableRow.java 33 * always be used as a child of a {@link android.widget.TableLayout}. If a
34 * TableRow's parent is not a TableLayout, the TableRow will behave as
40 * {@link android.widget.TableLayout.LayoutParams#MATCH_PARENT} and
41 * {@link android.widget.TableLayout.LayoutParams#WRAP_CONTENT}.</p>
397 * @see android.widget.TableLayout.LayoutParams
  /packages/apps/Browser/res/values/
dimensions.xml 24 <!-- Height determined by measuring the TableLayout in
  /frameworks/base/core/res/res/layout-land/
ssl_certificate.xml 49 <TableLayout
276 </TableLayout>
  /frameworks/base/packages/SystemUI/res/layout/
system_bar_notification_panel_title.xml 31 <TableLayout
187 </TableLayout>
  /frameworks/base/tests/BiDiTests/res/layout/
textview_direction_ltr.xml 24 <TableLayout android:orientation="vertical"
247 </TableLayout>
textview_direction_rtl.xml 24 <TableLayout android:orientation="vertical"
247 </TableLayout>
  /packages/apps/Gallery/res/layout/
detailsview.xml 51 <TableLayout android:layout_width="match_parent"
198 </TableLayout>
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 43 import android.widget.TableLayout;
104 private TableLayout mTableLayout;
175 mTableLayout = (TableLayout)findViewById(R.id.user_dictionary_tools_table);
247 private TableLayout.LayoutParams tableCreateParam(int w, int h) {
248 return new TableLayout.LayoutParams(w, h);
  /frameworks/base/tests/FrameworkPerf/res/layout/
large_layout.xml 79 <TableLayout
83 <!-- To accomodate @id/type into TableLayout, we splitted the layout into two:
192 </TableLayout>
  /packages/apps/Settings/res/layout/
wifi_config_ui_for_setup_wizard.xml 55 <TableLayout
59 <!-- To accomodate @id/type into TableLayout, we splitted the layout into two:
168 </TableLayout>
  /external/webkit/Source/WebCore/bindings/objc/
DOMCSS.h 264 - (NSString *)tableLayout;
265 - (void)setTableLayout:(NSString *)tableLayout;
  /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">

Completed in 3792 milliseconds

1 2 34 5 6