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

1 2 34 5 6 7 8 91011>>

  /development/samples/browseable/JobScheduler/res/layout/
sample_main.xml 75 <TableLayout
220 </TableLayout>
  /frameworks/base/media/tests/CameraBrowser/res/layout/
object_info.xml 19 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
168 </TableLayout>
  /frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorPickerPalette.java 25 import android.widget.TableLayout;
34 public class ColorPickerPalette extends TableLayout {
  /packages/apps/Email/res/layout-w600dp/
account_setup_incoming_fragment.xml 20 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
163 </TableLayout>
account_setup_outgoing_fragment.xml 20 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
125 </TableLayout>
  /packages/apps/Gallery2/res/layout/
filtershow_color_gird.xml 28 <TableLayout
195 </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 32 * always be used as a child of a {@link android.widget.TableLayout}. If a
33 * TableRow's parent is not a TableLayout, the TableRow will behave as
39 * {@link android.widget.TableLayout.LayoutParams#MATCH_PARENT} and
40 * {@link android.widget.TableLayout.LayoutParams#WRAP_CONTENT}.</p>
391 * @see android.widget.TableLayout.LayoutParams
  /frameworks/base/core/res/res/layout-land/
ssl_certificate.xml 49 <TableLayout
276 </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>
textview_alignment_ltr.xml 23 <TableLayout android:orientation="vertical"
576 </TableLayout>
  /packages/apps/Gallery/res/layout/
detailsview.xml 51 <TableLayout android:layout_width="match_parent"
198 </TableLayout>
  /sdk/apps/DeviceConfig/res/layout/
main.xml 25 <TableLayout
392 </TableLayout>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ConfirmationPage.java 27 import org.eclipse.jface.viewers.TableLayout;
107 table.setLayout(new TableLayout());
ProjectSelectionPage.java 37 import org.eclipse.jface.viewers.TableLayout;
101 table.setLayout(new 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/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">
  /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...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
ViewInflater.java 42 import android.widget.TableLayout;
540 TableLayout table = (TableLayout) view;
    [all...]
  /frameworks/base/cmds/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"

Completed in 365 milliseconds

1 2 34 5 6 7 8 91011>>