HomeSort by relevance Sort by last modified time
    Searched defs:row (Results 501 - 525 of 598) sorted by null

<<21222324

  /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
149 * For complete control over excess space distribution in a row or column;
200 * children that belong to a row group that uses {@link #TOP} alignment will
216 * belong to a row group that uses {@link #TOP} alignment.
320 * To control the 'direction' in which default row/column indices are generated
376 * RowCount is used only to generate default row/column indices whe
2029 int row = a.getInt(ROW, DEFAULT_ROW); local
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 1291 int row = table.getNumRows(); local
2923 Object[] row = mTable.get(i); local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 2103 View row = LayoutInflater.from(mContext).inflate(R.layout.wifi_p2p_dialog_row, 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
150 * For complete control over excess space distribution in a row or column;
200 * children that belong to a row group that uses {@link #TOP} alignment will
216 * belong to a row group that uses {@link #TOP} alignment.
320 * To control the 'direction' in which default row/column indices are generated
376 * RowCount is used only to generate default row/column indices whe
1912 int row = a.getInt(ROW, DEFAULT_ROW); local
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/devtools/tools/lib/
draw9patch.jar 
kxml2-2.3.0.jar 
traceview.jar 
jcommon-1.0.12.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/v8/test/cctest/
test-api.cc 13309 int row = 0; local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 552 * Within each of the bucket - descending count of times contacted (both for data row and for
553 * contact row).
8268 Object[] row = new Object[projection.length]; local
8815 final RowBuilder row = c.newRow(); local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 15751 int row = 0; local
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 997 milliseconds

<<21222324