HomeSort by relevance Sort by last modified time
    Searched full:rows (Results 226 - 250 of 530) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/model/
ContactsSource.java 186 * {@link Data} rows of this kind, including the possible {@link EditType}
241 * rows a {@link Contacts} may have of this type, and details on how
  /packages/apps/Contacts/tests/src/com/android/contacts/
RecentCallsListActivityTests.java 68 // RecentCallsListActivity to build the rows (view) in the call
75 // In memory array to hold the rows corresponding to the 'calls' table.
  /external/libpng/contrib/gregbook/
rpng2-win.c 450 "\t\t combining rows, and expanding interlacing, respectively\n"
1053 static int rows=0; local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 77 * row, the second has 2 rows, the third has 3 rows and the last has 4 rows
83 * set to 1 column and 4 rows
  /dalvik/libcore/sql/src/main/java/java/sql/
BatchUpdateException.java 152 * successfully, but the amount of altered rows is unknown.</li>
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
Notepadv2.java 54 // Get all of the rows from the database and create the item list
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
Notepadv3.java 54 // Get all of the rows from the database and create the item list
  /external/freetype/src/raster/
ftrend1.c 196 bitmap->rows = height;
  /external/icu4c/common/
rbbidata.h 130 /* arithmetic for indexing variable length rows.) */
  /external/jpeg/
cdjpeg.h 53 /* Emit the specified number of pixel rows from the buffer. */
jcsample.c 11 * is defined to be max_v_samp_factor pixel rows of each component,
12 * from which the downsampler produces v_samp_factor sample rows.
21 * The downsampler may request "context rows" by setting need_context_rows
24 * the caller will create dummy rows at image top and bottom by replicating
jdmerge.c 76 /* For 2:1 vertical sampling, we produce two output rows at a time.
85 JDIMENSION rows_to_go; /* counts rows remaining in image */
171 JDIMENSION num_rows; /* number of rows returned to caller */
186 /* Figure number of rows to return to caller. */
jfdctflt.c 67 /* Pass 1: process rows. */
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv_mmx.c 83 int rows, int cols, int mod )
88 unsigned char* y = lum +cols*rows; // Pointer to the end
244 int rows, int cols, int mod )
249 unsigned char* y = lum +cols*rows; /* Pointer to the end */
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nximage.c 170 OffsetY = (si.rows - screen -> h) / 2 ;
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 353 // Possibly skip initial rows [sampler.srcY0]
355 return return_false(cinfo, *bm, "skip rows");
376 return return_false(cinfo, *bm, "skip rows");
383 return return_false(cinfo, *bm, "skip rows");
  /external/skia/src/views/
SkListView.cpp 400 // only want to show rows that are mostly visible
808 SkScalar rows = SkScalarDiv(this->height(), fCellSize.fY);
810 int y = SkScalarFloor(rows);
813 y = check_count(y, rows);
  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageReader.h 96 unsigned int rows_remaining; /* Rows remaining to be output */
  /external/webkit/WebCore/rendering/
RenderListBox.cpp 208 // Only count fully visible rows. But don't return 0 even if only part of a row shows.
455 int rows = numVisibleItems(); local
461 if (offsetY > height() - paddingBottom() - borderBottom() && scrollToRevealElementAtListIndex(offset + rows))
462 return offset + rows - 1;
  /frameworks/base/awt/java/awt/image/
RGBImageFilter.java 169 * the distance between rows of pixels in the array.
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
Glyph.java 73 // number of rows
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 40 * consists of rows of keys.
84 /** Horizontal gap default for all rows */
93 /** Default gap between rows */
505 * Creates a keyboard from the given xml key layout file. Weeds out rows
  /frameworks/base/core/java/android/util/
MonthDisplayHelper.java 113 * of the 6 rows of a calendar month display.
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuLayoutLandscapeTest.java 55 * @param expectedLayout The number of parameters is the number of rows, and
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ScrollingThroughListOfFocusablesTest.java 51 mNumRowsPerItem, // 5 internally selectable rows per item

Completed in 412 milliseconds

1 2 3 4 5 6 7 8 91011>>