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

  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 295 final int nexty = (int) (Math.random() * yrange); local
300 mSaverView.setY(nexty);
309 "y", mSaverView.getY(), nexty);
  /external/opencv/cv/src/
cvconvhull.cpp 70 int nexty = array[pnext]->y; local
71 int by = nexty - cury;
143 float nexty = array[pnext]->y; local
144 float by = nexty - cury;

Completed in 119 milliseconds