HomeSort by relevance Sort by last modified time
    Searched defs:endRow (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
Array2DRowFieldMatrix.java 485 final int startRow, final int endRow,
488 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
490 startRow, endRow, startColumn, endColumn);
491 for (int i = startRow; i <= endRow; ++i) {
503 final int startRow, final int endRow,
506 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
508 startRow, endRow, startColumn, endColumn);
509 for (int i = startRow; i <= endRow; ++i) {
552 final int startRow, final int endRow,
555 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn)
    [all...]
Array2DRowRealMatrix.java 493 final int startRow, final int endRow,
496 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
498 startRow, endRow, startColumn, endColumn);
499 for (int i = startRow; i <= endRow; ++i) {
511 final int startRow, final int endRow,
514 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
516 startRow, endRow, startColumn, endColumn);
517 for (int i = startRow; i <= endRow; ++i) {
560 final int startRow, final int endRow,
563 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn)
    [all...]
RealMatrixImpl.java 501 final int startRow, final int endRow,
504 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
506 startRow, endRow, startColumn, endColumn);
507 for (int i = startRow; i <= endRow; ++i) {
519 final int startRow, final int endRow,
522 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
524 startRow, endRow, startColumn, endColumn);
525 for (int i = startRow; i <= endRow; ++i) {
568 final int startRow, final int endRow,
571 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn)
    [all...]
AbstractFieldMatrix.java 287 public FieldMatrix<T> getSubMatrix(final int startRow, final int endRow,
291 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
294 createMatrix(endRow - startRow + 1, endColumn - startColumn + 1);
295 for (int i = startRow; i <= endRow; ++i) {
330 public void copySubMatrix(final int startRow, final int endRow,
336 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
337 final int rowsCount = endRow + 1 - startRow;
358 final int startRow, final int endRow,
370 }, startRow, endRow, startColumn, endColumn);
809 final int startRow, final int endRow,
    [all...]
BlockFieldMatrix.java 679 public FieldMatrix<T> getSubMatrix(final int startRow, final int endRow,
684 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
688 new BlockFieldMatrix<T>(getField(), endRow - startRow + 1, endColumn - startColumn + 1);
    [all...]
BlockRealMatrix.java 704 public BlockRealMatrix getSubMatrix(final int startRow, final int endRow,
709 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
713 new BlockRealMatrix(endRow - startRow + 1, endColumn - startColumn + 1);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java 219 final int endRow = region.bottom;
223 for (int row = startRow; row < endRow; row++) {
232 + ", b=" + endRow + "] to be " + formatColorToHex(color)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 573 int endRow = mGrid.getRow(endY);
575 int rowSpan = endRow - row + 1;
583 mRowMatch.type == SegmentType.BOTTOM ? endRow : row, 1)) {
    [all...]
GridModel.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 440 int endRow = grid.getRow(state.bounds.y2());
441 int rowSpan = endRow - startRow + 1;
570 int endRow = grid.getRow(state.bounds.y2());
571 int rowSpan = endRow - startRow + 1;
  /external/skia/src/gpu/
GrDistanceFieldGenFromVector.cpp 656 int endRow = SkScalarCeilToInt(segBB.bottom());
661 SkASSERT((endRow <= height) && "EndRow > height!");
667 endRow = SkTMin(endRow, height);
669 for (int row = startRow; row < endRow; ++row) {
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 292 int endRow = (mScrollY + getHeight() - mSpec.mCellSpacing - 1)
295 // Limit startRow and endRow to the valid range.
298 endRow = Math.max(Math.min(endRow, mRows), 0);
299 mImageBlockManager.setVisibleRows(startRow, endRow);
661 int endRow = (mScrollY + getHeight() - mSpec.mCellSpacing - 1)
664 // Limit startRow and endRow to the valid range.
667 endRow = Math.max(Math.min(endRow, mRows), 0);
670 int endIndex = Math.min(endRow * mColumns, mCount)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 543 int endRow = (position + mHeight + mSlotHeight + mSlotGap - 1) /
545 int end = Math.min(mSlotCount, mUnitCount * endRow);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 379 endRow(row);
464 endRow(row);
    [all...]
  /prebuilts/devtools/tools/lib/
ninepatch.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/24.4.0-beta3/
ninepatch-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/24.4.0-beta6/
ninepatch-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/24.5.0/
ninepatch-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0/
ninepatch-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha1/
ninepatch-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha3/
ninepatch-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha5/
ninepatch-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha7/
ninepatch-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha9/
ninepatch-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-beta2/
ninepatch-25.0.0-beta2.jar 

Completed in 333 milliseconds

1 2 3 4 5