OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rowStart
(Results
1 - 7
of
7
) 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--) {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarLayout.java
290
final int
rowStart
= mIndicesOfRows.get(0);
292
final int rowHeight = computeMainRowHeight(
rowStart
, rowEnd);
311
for (int i =
rowStart
; i < rowEnd; i++) {
338
for (int i = rowEnd - 1; i >=
rowStart
; i--) {
380
final int
rowStart
= mIndicesOfRows.get(row);
382
final boolean hasButton = isButton(getChildAt(
rowStart
));
387
for (int i =
rowStart
; i < rowEnd; i++) {
404
return rowTop + computeRowHeight(
rowStart
, rowEnd);
631
final int
rowStart
= mIndicesOfRows.get(row);
635
cumulativeHeight += computeMainRowHeight(
rowStart
, rowEnd)
[
all
...]
/frameworks/base/core/java/android/widget/
GridView.java
439
int
rowStart
;
443
rowStart
= selectedPosition - (selectedPosition % numColumns);
448
rowStart
= Math.max(0, rowEnd - numColumns + 1);
452
final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
rowStart
);
454
final View sel = makeRow(mStackFromBottom ? rowEnd :
rowStart
, topSelectionPixel, true);
455
mFirstPosition =
rowStart
;
460
fillDown(
rowStart
+ numColumns, referenceView.getBottom() + verticalSpacing);
462
fillUp(
rowStart
- numColumns, referenceView.getTop() - verticalSpacing);
466
fadingEdgeLength, numColumns,
rowStart
);
469
fillUp(
rowStart
- 1, referenceView.getTop() - verticalSpacing)
[
all
...]
/cts/apps/CtsVerifier/include/colorchecker/
testingimage.h
54
int
rowStart
, int rowEnd, int columnStart, int columnEnd,
/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
...]
testingimage.cpp
129
int
rowStart
, int rowEnd, int columnStart, int columnEnd,
136
for (int i =
rowStart
; i < rowEnd; ++i) {
/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 573 milliseconds