Home | History | Annotate | Download | only in text

Lines Matching defs:sCached

67     private static final TextLine[] sCached = new TextLine[3];
76 synchronized (sCached) {
77 for (int i = sCached.length; --i >= 0;) {
78 if (sCached[i] != null) {
79 tl = sCached[i];
80 sCached[i] = null;
111 synchronized(sCached) {
112 for (int i = 0; i < sCached.length; ++i) {
113 if (sCached[i] == null) {
114 sCached[i] = tl;