OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currY
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java
101
// We can not get the precise currX and
currY
when scrolling
166
// We can not get the precise currX and
currY
when scrolling
201
// We can not get the precise currX and
currY
when scrolling
227
int
currY
= mScroller.getCurrY();
232
assertTrue(
currY
> 0);
233
assertTrue(
currY
< mScroller.getFinalY());
245
int previousY =
currY
;
247
currY
= mScroller.getCurrY();
252
assertTrue(
currY
> previousY);
253
assertTrue(
currY
< mScroller.getFinalY())
[
all
...]
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp
62
int
currY
() const {
427
sampler.sampleInterlaced(scanline, iter.
currY
());
432
sampler.sampleInterlaced(scanline, iter.
currY
());
/development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp
[
all
...]
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp
813
YOffset*
currY
= NULL;
822
if (
currY
) {
829
currY
= yArray.append();
830
currY
->fY = top - 1;
831
currY
->fOffset = xArray.count();
835
currY
= yArray.append();
836
currY
->fY = bot - 1;
837
currY
->fOffset = xArray.count();
[
all
...]
Completed in 844 milliseconds