Searched refs:cachedCycle (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSortingFocusTraversalPolicy.java82 transient private List<Component> cachedCycle; field in class:SortingFocusTraversalPolicy
304 this.cachedCycle = cycle;
309 this.cachedCycle = null;
401 this.cachedCycle = cycle;
406 this.cachedCycle = null;
433 cycle = this.cachedCycle;
476 cycle = this.cachedCycle;
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainerOrderFocusTraversalPolicy.java88 transient private List cachedCycle; field in class:ContainerOrderFocusTraversalPolicy
280 this.cachedCycle = cycle;
285 this.cachedCycle = null;
377 this.cachedCycle = cycle;
382 this.cachedCycle = null;
417 cycle = this.cachedCycle;
467 cycle = this.cachedCycle;

Completed in 56 milliseconds