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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DStateTrackableDelegate.java83 private State theState; field in class:StateTrackableDelegate
92 this.theState = state;
100 return theState;
110 switch (theState) {
144 if (theState == UNTRACKABLE || theState == DYNAMIC) {
148 theState = IMMUTABLE;
164 if (theState == IMMUTABLE) {
168 theState = UNTRACKABLE;
195 if (theState
[all...]

Completed in 28 milliseconds