HomeSort by relevance Sort by last modified time
    Searched refs:rowEnd (Results 1 - 8 of 8) 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 461 int rowEnd = -1;
468 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns));
469 rowStart = Math.max(0, rowEnd - numColumns + 1);
475 final View sel = makeRow(mStackFromBottom ? rowEnd : rowStart, topSelectionPixel, true);
492 fillDown(rowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
714 int rowEnd = -1;
721 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns));
722 rowStart = Math.max(0, rowEnd - numColumns + 1);
732 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, selectedTop, true);
745 fillDown(rowEnd + numColumns, referenceView.getBottom() + verticalSpacing)
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
MultiSelectManager.java     [all...]
  /external/opencv3/modules/core/misc/java/src/java/
core+Mat.java 805 // C++: Mat Mat::operator()(int rowStart, int rowEnd, int colStart, int
809 // javadoc: Mat::operator()(rowStart, rowEnd, colStart, colEnd)
810 public Mat submat(int rowStart, int rowEnd, int colStart, int colEnd)
813 Mat retVal = new Mat(n_submat_rr(nativeObj, rowStart, rowEnd, colStart, colEnd));
    [all...]
  /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...]
  /external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 549 milliseconds