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

  /cts/apps/CtsVerifier/include/colorchecker/
testingimage.h 54 int rowStart, int rowEnd, int columnStart, int columnEnd,
  /frameworks/base/core/java/android/widget/
GridView.java 456 int rowEnd = -1;
463 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns));
464 rowStart = Math.max(0, rowEnd - numColumns + 1);
470 final View sel = makeRow(mStackFromBottom ? rowEnd : rowStart, topSelectionPixel, true);
487 fillDown(rowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
709 int rowEnd = -1;
716 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns));
717 rowStart = Math.max(0, rowEnd - numColumns + 1);
727 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, selectedTop, true);
740 fillDown(rowEnd + numColumns, referenceView.getBottom() + verticalSpacing)
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 678 int rowEnd = 0;
697 rowEnd = rowStart;
701 while ((isRowEnd) && (rowEnd < numHorizontalLines)) {
704 if (mCandidateColors[rowEnd][j] != NULL) {
709 ++rowEnd;
713 rowEnd--;
715 if ((isRowEnd) && (rowEnd == numHorizontalLines)) {
716 rowEnd--;
719 ALOGV("rowEnd is %d", rowEnd);
    [all...]
testingimage.cpp 129 int rowStart, int rowEnd, int columnStart, int columnEnd,
136 for (int i = rowStart; i < rowEnd; ++i) {
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.cpp 171 GIFRow::const_iterator rowEnd = rowBegin + (xEnd - xBegin);
187 for (; rowBegin != rowEnd; ++rowBegin, ++currentAddress) {
197 for (; rowBegin != rowEnd; ++rowBegin, ++currentAddress) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 646 int rowEnd = maxField.getInt(rowInterval);
652 view.rowSpan = rowEnd - row;
    [all...]

Completed in 152 milliseconds