HomeSort by relevance Sort by last modified time
    Searched defs:currY (Results 1 - 6 of 6) 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/skia/src/images/
SkImageDecoder_libgif.cpp 52 int currY() const {
286 uint8_t* row = scanline + iter.currY() * rowBytes;
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp     [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp     [all...]
  /external/skia/src/core/
SkAAClip.cpp 729 YOffset* currY = NULL;
738 if (currY) {
745 currY = yArray.append();
746 currY->fY = top - 1;
747 currY->fOffset = xArray.count();
751 currY = yArray.append();
752 currY->fY = bot - 1;
753 currY->fOffset = xArray.count();
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]

Completed in 132 milliseconds