OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
435
int
rowStart
;
439
rowStart
= selectedPosition - (selectedPosition % numColumns);
444
rowStart
= Math.max(0, rowEnd - numColumns + 1);
448
final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
rowStart
);
450
final View sel = makeRow(mStackFromBottom ? rowEnd :
rowStart
, topSelectionPixel, true);
451
mFirstPosition =
rowStart
;
456
fillDown(
rowStart
+ numColumns, referenceView.getBottom() + verticalSpacing);
458
fillUp(
rowStart
- numColumns, referenceView.getTop() - verticalSpacing);
462
fadingEdgeLength, numColumns,
rowStart
);
465
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 239 milliseconds