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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.LinearLayout.groovy 68 "currX": null, // int: Current marker X position
113 def currX = feedback.userData.currX;
116 if (currX != null && currY != null) {
117 int x = currX;
186 def old_x = data.currX;
190 data.currX = b.x + b.w / 2;
193 data.currX = bestIndex;
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
388 int currX = mScroller.getCurrX();
392 assertTrue(currX < 0);
393 assertTrue(currX > mScroller.getFinalX());
406 int previousX = currX;
408 currX = mScroller.getCurrX();
412 assertTrue(currX < previousX);
413 assertTrue(currX > mScroller.getFinalX())
    [all...]
  /external/webkit/WebCore/rendering/
RenderBlock.cpp     [all...]

Completed in 457 milliseconds