Searched refs:isDone (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/awt/java/awt/geom/
H A DPathIterator.java103 public boolean isDone(); method in interface:PathIterator
H A DFlatteningPathIterator.java207 public boolean isDone() { method in class:FlatteningPathIterator
208 return bufEmpty && p.isDone();
326 if (isDone()) {
343 if (isDone()) {
H A DGeneralPath.java152 public boolean isDone() { method in class:GeneralPath.Iterator
161 if (isDone()) {
178 if (isDone()) {
438 while (!path.isDone()) {
H A DEllipse2D.java332 public boolean isDone() { method in class:Ellipse2D.Iterator
341 if (isDone()) {
373 if (isDone()) {
H A DRoundRectangle2D.java442 public boolean isDone() { method in class:RoundRectangle2D.Iterator
451 if (isDone()) {
471 if (isDone()) {
H A DArea.java60 public boolean isDone() { method in class:Area.NullIterator
201 while (!p.isDone()) {
H A DLine2D.java357 public boolean isDone() { method in class:Line2D.Iterator
366 if (isDone()) {
387 if (isDone()) {
H A DQuadCurve2D.java376 public boolean isDone() { method in class:QuadCurve2D.Iterator
385 if (isDone()) {
411 if (isDone()) {
H A DRectangle2D.java440 public boolean isDone() { method in class:Rectangle2D.Iterator
449 if (isDone()) {
488 if (isDone()) {
H A DArc2D.java574 public boolean isDone() { method in class:Arc2D.Iterator
583 if (isDone()) {
628 if (isDone()) {
H A DCubicCurve2D.java443 public boolean isDone() { method in class:CubicCurve2D.Iterator
452 if (isDone()) {
479 if (isDone()) {
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/
H A DAppCacheTest.java444 public boolean isDone() { method in class:AppCacheTest.PackageDataObserver
461 while(!observer.isDone() || (waitTime > MAX_WAIT_TIME)) {
465 if(!observer.isDone()) {
487 while(!observer.isDone() || (waitTime > MAX_WAIT_TIME)) {
491 if(!observer.isDone()) {
512 while(!r.isDone() && (waitTime < MAX_WAIT_TIME)) {
516 if(!r.isDone()) {
554 public boolean isDone() { method in class:AppCacheTest.PackageStatsObserver
567 while((!observer.isDone()) || (waitTime > MAX_WAIT_TIME) ) {
571 if(!observer.isDone()) {
615 public boolean isDone() { method in class:AppCacheTest.FreeStorageReceiver
[all...]
/frameworks/base/awt/java/awt/
H A DPolygon.java123 public boolean isDone() { method in class:Polygon.Iterator
132 if (isDone()) {
148 if (isDone()) {
H A DBasicStroke.java504 while (!p.isDone()) {
569 while (!p.isDone()) {
/frameworks/base/core/java/android/view/animation/
H A DLayoutAnimationController.java339 public boolean isDone() { method in class:LayoutAnimationController
/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DMultiRectArea.java262 public boolean isDone() { method in class:MultiRectArea.Iterator
274 if (isDone()) {
313 if (isDone()) {
H A DCrossing.java471 while (!p.isDone()) {
823 while (!p.isDone()) {
H A DCommonGraphics2D.java261 while (!pi.isDone()) {
/frameworks/base/awt/org/apache/harmony/awt/gl/render/
H A DJavaShapeRasterizer.java207 while (!path.isDone()) {
408 if (path.isDone()) {
/frameworks/base/awt/com/android/internal/awt/
H A DAndroidGraphics2D.java185 while (pi.isDone() == false) {
301 while (pi.isDone() == false) {
/frameworks/base/core/java/android/view/
H A DViewGroup.java1291 mLayoutAnimationController.isDone() && !more) {

Completed in 156 milliseconds