HomeSort by relevance Sort by last modified time
    Searched defs:numCols (Results 1 - 11 of 11) sorted by null

  /packages/apps/Browser/src/com/android/browser/view/
SnapshotGridView.java 45 int numCols = widthSize / mColWidth;
47 Math.min(numCols, MAX_COLUMNS) * mColWidth,
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTableColumn.cpp 129 int numCols = section->numColumns();
130 if (m_columnIndex >= numCols)
AccessibilityTable.cpp 124 int numCols = firstBody->numColumns();
128 if (numRows == 1 && numCols == 1)
153 for (int col = 0; col < numCols; ++col) {
216 if (!row && headersInFirstRowCount == numCols && numCols > 1)
316 unsigned numCols = tableSection->numColumns();
318 for (unsigned colIndex = 0; colIndex < numCols; ++colIndex) {
468 unsigned numCols = tableSection->numColumns();
473 if (row < rowCount && column < numCols && sectionSpecificRow < numRows) {
  /external/icu4c/common/
rbbitblb.cpp     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 282 int numCols = (width + TILE_SIZE - 1) / TILE_SIZE;
287 for (int i = 0; i < numCols; ++i) {
  /frameworks/base/tools/aapt/
Images.cpp 459 int numCols;
587 numCols = numXDivs + 1;
589 numCols--;
592 numCols--;
604 if (numRows * numCols > 0x7F) {
609 numColors = numRows * numCols;
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 231 milliseconds