HomeSort by relevance Sort by last modified time
    Searched refs:endOfRow (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PseudoGridView.java 81 int endOfRow = Math.min(startOfRow + mNumColumns, children);
83 for (int i = startOfRow; i < endOfRow; i++) {
89 for (int i = startOfRow; i < endOfRow; i++) {
114 int endOfRow = Math.min(startOfRow + mNumColumns, children);
115 for (int i = startOfRow; i < endOfRow; i++) {
  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.c 306 unsigned char *endOfRow=src+width*PS; \
307 while(src<endOfRow) \
366 unsigned char *endOfRow=dst+width*PS; \
367 while(dst<endOfRow) \
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGrid.cpp     [all...]

Completed in 242 milliseconds