HomeSort by relevance Sort by last modified time
    Searched full:tablelayout (Results 51 - 75 of 332) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/samples/ContactManager/res/layout/
contact_adder.xml 20 <TableLayout android:layout_width="match_parent"
79 </TableLayout>
  /external/sl4a/ScriptingLayerForAndroid/res/layout/
findreplace.xml 17 <TableLayout android:id="@+id/tableLayout1" android:layout_width="match_parent" android:layout_height="wrap_content">
26 </TableLayout>
  /external/webrtc/webrtc/examples/androidapp/res/layout/
fragment_hud.xml 28 <TableLayout
73 </TableLayout>
  /frameworks/base/core/tests/coretests/res/layout/
table_layout_cell_span.xml 20 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
88 </TableLayout>
table_layout_horizontal_gravity.xml 21 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
82 </TableLayout>
table_layout_vertical_gravity.xml 21 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
70 </TableLayout>
  /frameworks/base/tests/LowStorageTest/res/layout/
main.xml 16 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
72 </TableLayout
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/res/layout/
table_layout_adapter_test.xml 22 <TableLayout
46 </TableLayout>
  /frameworks/layoutlib/create/tests/data/
mock_android.jar 
  /cts/tests/tests/widget/src/android/widget/cts/
LayoutDirectionTest.java 36 import android.widget.TableLayout;
66 checkDefaultDirectionForOneLayoutWithCode(new TableLayout(mActivity));
92 verifyDirectionForOneLayoutWithCode(new TableLayout(mActivity));
120 verifyDirectionInheritanceForOneLayoutWithCode(new TableLayout(mActivity));
  /sdk/apps/SdkController/res/layout/
sensor_row.xml 20 <!-- One row per sensor added to the TableLayout from layout/sensors.xml -->
  /sdk/apps/SdkController/res/layout-land/
sensors.xml 109 <TableLayout
127 </TableLayout>
141 <TableLayout
142 android:id="@+id/tableLayout"
  /developers/build/prebuilts/gradle/CommitContentSampleApp/app/src/main/res/layout/
commit_content.xml 40 <TableLayout
123 </TableLayout>
  /developers/samples/android/input/keyboard/CommitContentSampleApp/app/src/main/res/layout/
commit_content.xml 40 <TableLayout
123 </TableLayout>
  /development/samples/ApiDemos/res/layout/
table_layout_7.xml 21 <TableLayout
90 </TableLayout>
  /development/samples/browseable/CommitContentSampleApp/res/layout/
commit_content.xml 40 <TableLayout
123 </TableLayout>
  /frameworks/base/core/res/res/layout/
sms_short_code_confirmation_dialog.xml 38 <TableLayout android:id="@+id/sms_short_code_detail_layout"
90 </TableLayout>
  /frameworks/support/samples/Support13Demos/res/layout/
commit_content.xml 40 <TableLayout
123 </TableLayout>
  /packages/inputmethods/OpenWnn/res/layout/
user_dictionary_tools_list.xml 87 <TableLayout
92 </TableLayout>
  /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);
  /frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmAnalyzerTest.java 88 "mock_android.widget.TableLayout",
89 "mock_android.widget.TableLayout$LayoutParams"
193 "mock_android.widget.TableLayout",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TableLayoutRule.java 39 * An {@link IViewRule} for android.widget.TableLayout.
151 // Find the direct children of the TableLayout to delete;
154 // 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);
  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/res/layout/
sample_main.xml 75 <TableLayout
220 </TableLayout>
  /developers/samples/android/background/JobScheduler/Application/src/main/res/layout/
sample_main.xml 75 <TableLayout
220 </TableLayout>

Completed in 1799 milliseconds

1 23 4 5 6 7 8 91011>>