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

  /external/webkit/Source/WebCore/platform/image-decoders/wx/
ImageDecoderWx.cpp 55 WxPixelData::Iterator rowStart = p;
67 p = rowStart;
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 677 int rowStart = 0;
688 while ((!isRowStart) && (rowStart < numHorizontalLines)) {
690 if (mCandidateColors[rowStart][j] != NULL) {
694 ++rowStart;
696 rowStart--;
697 rowEnd = rowStart;
698 ALOGV("rowStart is %d", rowStart);
730 if (mCandidateColors[rowStart][columnStart] != NULL) {
741 if (mCandidateColors[rowStart][columnEnd] != NULL
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 425 int rowStart;
429 rowStart = selectedPosition - (selectedPosition % numColumns);
434 rowStart = Math.max(0, rowEnd - numColumns + 1);
438 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
440 final View sel = makeRow(mStackFromBottom ? rowEnd : rowStart, topSelectionPixel, true);
441 mFirstPosition = rowStart;
446 fillDown(rowStart + numColumns, referenceView.getBottom() + verticalSpacing);
448 fillUp(rowStart - numColumns, referenceView.getTop() - verticalSpacing);
452 fadingEdgeLength, numColumns, rowStart);
455 fillUp(rowStart - 1, referenceView.getTop() - verticalSpacing)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 82 milliseconds