HomeSort by relevance Sort by last modified time
    Searched refs:column (Results 826 - 850 of 998) sorted by null

<<31323334353637383940

  /frameworks/base/core/java/android/widget/
GridLayout.java 63 * <h4>Row and Column Specs</h4>
77 * If a child does not specify the row and column indices of the cell it
108 * its row and column groups (which are typically set by setting the
114 * Multiple components in the same row or column group are
117 * within it are flexible. Row and column groups that sit either side of a common boundary
121 * To make a column stretch, make sure all of the components inside it define a
122 * gravity. To prevent a column from stretching, ensure that one of the components
123 * in the column does not define a gravity.
134 * view was alone in a column, that column would itself collapse to zero width if and only i
2025 int column = a.getInt(COLUMN, DEFAULT_COLUMN); local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 64 * <h4>Row and Column Specs</h4>
78 * If a child does not specify the row and column indices of the cell it
109 * its row and column groups (which are typically set by setting the
115 * Multiple components in the same row or column group are
118 * within it are flexible. Row and column groups that sit either side of a common boundary
122 * To make a column stretch, make sure all of the components inside it define a
123 * gravity. To prevent a column from stretching, ensure that one of the components
124 * in the column does not define a gravity.
135 * view was alone in a column, that column would itself collapse to zero width if and only i
1908 int column = a.getInt(COLUMN, DEFAULT_COLUMN); local
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 48 * It is intended to include 1) column definitions for use with the Provider, and 2) convenience
311 // Protocol code can be expected to use this column in determining whether a message can be
557 // Saved draft info (reusing the never-used "clientId" column)
564 // TODO: This column is used in a complicated way: Usually, this refers to the mailbox
582 // A column that can be used by sync adapters to store search-related information about
599 // We'd like to get rid of this column when the other changes mentioned in that bug
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncAdapter.java 650 String column) {
653 values.put(column, val);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java 620 // upgrade 1,2 -> 3 added appWidgetId column
623 // Insert new column for holding appWidgetIds
625 "ADD COLUMN appWidgetId INTEGER NOT NULL DEFAULT -1;");
725 // Insert new column for holding widget provider name
727 "ADD COLUMN appWidgetProvider TEXT;");
741 // Insert new column for holding update timestamp
743 "ADD COLUMN modified INTEGER NOT NULL DEFAULT 0;");
745 "ADD COLUMN modified INTEGER NOT NULL DEFAULT 0;");
760 // Insert new column for holding restore status
762 "ADD COLUMN restored INTEGER NOT NULL DEFAULT 0;")
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 721 // FIXME this column was unavailable for update in legacy ContactsProvider
938 int column = c.getColumnIndex(People.NAME); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 100 * and perhaps do something about column size properties.
158 // Compute x/y offsets for each row/column index
237 * Initializes the column and row indices, as well as any column span and row span
242 // Now initialize table view row, column and spans
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
lint-api.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 163 } line #{ e.line }:#{ e.column }
230 attr_reader :column
518 def column method in class:ANTLR3.CommonTree
519 if @token.nil? or @token.column == -1
520 return( empty? ? 0 : first.column )
522 return @token.column
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotDataGrids.js     [all...]
  /external/chromium_org/third_party/simplejson/
__init__.py 98 Expecting property name: line 1 column 2 (char 2)
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 14 # .mode list|column|multicolumn|line
88 set v(mode) column
307 ".exit\n.mode line|list|column\n.schema ?TABLENAME?\n.tables"
  /external/doclava/src/com/google/doclava/
Converter.java 139 return new SourcePositionInfo(sp.file().toString(), sp.line(), sp.column());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h     [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 78 * <li>Avoid setting row and column numbers on the actual elements if they can be skipped
104 * (and thereby enlarge it) before it is spread with row or column spans.
134 * spacers visibly in the outline, showing row and column numbers, and so on
145 * Whether the grid is edited in "grid mode" where the operations are row/column based
188 parentNode.editXml("Add/Remove Row/Column", new INodeHandler() {
231 // Add and Remove Column actions only apply in Grid Mode
236 // Add Row and Add Column
238 actions.add(RuleAction.createAction(ACTION_ADD_COL, "Add Column", actionCallback,
243 // Remove Row and Remove Column (if something is selected)
247 actions.add(RuleAction.createAction(ACTION_REMOVE_COL, "Remove Column",
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/eigen/blas/testing/
dblat3.f     [all...]
sblat3.f     [all...]
  /prebuilts/sdk/12/
android.jar 
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
local_extensions.css     [all...]

Completed in 2317 milliseconds

<<31323334353637383940