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

  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 132 for (int y = 0, rowStart = top * dataWidth + left; y < height; y++, rowStart += dataWidth) {
133 int middle = rowStart + width / 2;
134 for (int x1 = rowStart, x2 = rowStart + width - 1; x1 < middle; x1++, x2--) {
  /frameworks/base/core/java/android/widget/
GridView.java 465 int rowStart;
469 rowStart = selectedPosition - (selectedPosition % numColumns);
474 rowStart = Math.max(0, rowEnd - numColumns + 1);
478 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
480 final View sel = makeRow(mStackFromBottom ? rowEnd : rowStart, topSelectionPixel, true);
481 mFirstPosition = rowStart;
486 fillDown(rowStart + numColumns, referenceView.getBottom() + verticalSpacing);
488 fillUp(rowStart - numColumns, referenceView.getTop() - verticalSpacing);
492 fadingEdgeLength, numColumns, rowStart);
495 fillUp(rowStart - 1, referenceView.getTop() - verticalSpacing)
    [all...]
  /cts/apps/CtsVerifier/include/colorchecker/
testingimage.h 54 int rowStart, int rowEnd, int columnStart, int columnEnd,
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ImageReaderSubPane.java 351 for (int y = 0, j = 0, rowStart = 0, uRowStart = 0, vRowStart = 0; y < h;
352 y++, rowStart += stride*SCALE_FACTOR) {
353 yBuffer.position(rowStart);
439 for (int y = 0, j = 0, rowStart = 0; y < h; y++, rowStart += stride) {
441 depthBuffer.position(rowStart);
664 for (int y = 0, rowStart = 0; y < colorH;
665 y++, rowStart += colorPlane.getRowStride()) {
666 colorData.limit(rowStart + colorW);
667 colorData.position(rowStart);
    [all...]
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
GridModel.java 308 int rowStart = Collections.binarySearch(mRowBounds, new Limits(rect.top, rect.top));
309 if (rowStart < 0) {
314 int rowEnd = rowStart;
315 for (int i = rowStart; i < mRowBounds.size()
320 updateSelection(columnStart, columnEnd, rowStart, rowEnd);
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
GridModel.java 305 int rowStart = Collections.binarySearch(mRowBounds, new Limits(rect.top, rect.top));
306 if (rowStart < 0) {
311 int rowEnd = rowStart;
312 for (int i = rowStart; i < mRowBounds.size()
317 updateSelection(columnStart, columnEnd, rowStart, rowEnd);
  /frameworks/base/core/java/android/view/
FocusFinder.java     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 352 milliseconds