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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.LinearLayout.groovy 69 "currY": null, // int: Current marker Y position
114 def currY = feedback.userData.currY;
116 if (currX != null && currY != null) {
118 int y = currY;
187 def old_y = data.currY;
191 data.currY = bestIndex;
194 data.currY = b.y + b.h / 2;
199 feedback.requestPaint = (old_x != data.currX) || (old_y != data.currY);
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 198 // We can not get the precise currX and currY when scrolling
295 // We can not get the precise currX and currY when scrolling
363 // We can not get the precise currX and currY when scrolling
389 int currY = mScroller.getCurrY();
394 assertTrue(currY > 0);
395 assertTrue(currY < mScroller.getFinalY());
407 int previousY = currY;
409 currY = mScroller.getCurrY();
414 assertTrue(currY > previousY);
415 assertTrue(currY < mScroller.getFinalY())
    [all...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 60 int currY() const {
286 uint8_t* row = scanline + iter.currY() * rowBytes;
  /external/webkit/WebCore/rendering/
RenderBlock.cpp     [all...]

Completed in 79 milliseconds