HomeSort by relevance Sort by last modified time
    Searched full:curry (Results 1 - 11 of 11) 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/ppp/pppd/plugins/
passprompt.c 4 * Copyright 1999 Paul Mackerras, Alan Curry.
winbind.c 12 * Copyright 1999 Paul Mackerras, Alan Curry.
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 60 int currY() const {
286 uint8_t* row = scanline + iter.currY() * rowBytes;
  /external/libvpx/examples/includes/geshi/geshi/
haskell.php 65 'either', 'fst', 'snd', 'curry', 'uncurry',
  /external/webkit/WebCore/rendering/
RenderBlock.cpp     [all...]
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 225 curry: function() {
1070 return results.concat(values.map(toQueryPair.curry(key)));
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/skia/emoji/
gmojiraw.txt     [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 438 milliseconds