Home
last modified time | relevance | path

Searched refs:table (Results 1 – 11 of 11) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DTableLayout7.java41 final TableLayout table = (TableLayout) findViewById(R.id.menu); in onCreate() local
46 table.setColumnCollapsed(2, mShortcutsCollapsed); in onCreate()
53 table.setColumnCollapsed(0, mCheckmarksCollapsed); in onCreate()
57 mCheckmarksCollapsed = table.isColumnCollapsed(0); in onCreate()
58 mShortcutsCollapsed = table.isColumnCollapsed(2); in onCreate()
60 appendRow(table); in onCreate()
63 private void appendRow(TableLayout table) { in appendRow() argument
78 table.addView(row, new TableLayout.LayoutParams()); in appendRow()
DTableLayout8.java40 final TableLayout table = (TableLayout) findViewById(R.id.menu); in onCreate() local
45 table.setColumnStretchable(1, mStretch); in onCreate()
49 mStretch = table.isColumnStretchable(1); in onCreate()
51 appendRow(table); in onCreate()
54 private void appendRow(TableLayout table) { in appendRow() argument
69 table.addView(row, new TableLayout.LayoutParams()); in appendRow()
DTableLayout9.java37 final TableLayout table = (TableLayout) findViewById(R.id.menu); in onCreate() local
42 table.setColumnShrinkable(0, mShrink); in onCreate()
46 mShrink = table.isColumnShrinkable(0); in onCreate()
/development/vndk/tools/sourcedr/sourcedr/
Dmap.py70 table = collections.defaultdict(list)
73 table[key.split(':')[0]] += item[0]
74 return table
77 def link_build_dep_and_review_data(dep, table): argument
81 res[out] += table[out]
87 res[out] += table[in_file]
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
DSelectionBuilder.java181 public SelectionBuilder table(String table) { in table() method in SelectionBuilder
182 mTable = table; in table()
208 public SelectionBuilder mapToTable(String column, String table) { in mapToTable() argument
209 mProjectionMap.put(column, table + "." + column); in mapToTable()
/development/samples/browseable/BasicContactables/
D_index.jd8 This sample demonstrates how to use the Contactables table to search for contacts.
9 … \n\nQuery strings sent to the Contactables table will match both contact names and phone numbers,
/development/vndk/tools/sourcedr/sourcedr/commands/
Dcollect.py37 table = load_review_data(project.review_db.path)
40 res = link_build_dep_and_review_data(dep, table)
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
DDbQueryUtils.java31 public static String getEqualityClause(String table, String field, String value) { in getEqualityClause() argument
32 return getEqualityClause(table + "." + field, value); in getEqualityClause()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
DFeedProvider.java104 builder.table(FeedContract.Entry.TABLE_NAME) in query()
155 count = builder.table(FeedContract.Entry.TABLE_NAME) in delete()
161 count = builder.table(FeedContract.Entry.TABLE_NAME) in delete()
187 count = builder.table(FeedContract.Entry.TABLE_NAME) in update()
193 count = builder.table(FeedContract.Entry.TABLE_NAME) in update()
/development/vndk/tools/header-checker/
DREADME.md75 * `1`: Changes to APIs unreferenced by symbols in the `.dynsym` table
78 * `16`: ELF incompatible (Some symbols in the `.dynsym` table, not exported by
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
Dmain.css47 table { selector