Home
last modified time | relevance | path

Searched refs:aShapeQueue (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/toolkit/test/accessibility/
H A DGeometryEventHandler.java53 LinkedList aShapeQueue = new LinkedList(); in Process() local
54 aShapeQueue.addLast (aNode); in Process()
55 while (aShapeQueue.size() > 0) in Process()
59 AccTreeNode aShapeNode = (AccTreeNode) aShapeQueue.getFirst(); in Process()
60 aShapeQueue.removeFirst(); in Process()
69 aShapeQueue.addLast (aTreeNode); in Process()

Completed in 36 milliseconds