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

/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DMultiRectArea.java64 int bottomCount; field in class:MultiRectArea.LineCash
70 bottomCount = 0;
79 bottomCount = 0;
92 int lastCount = bottomCount;
126 if (bottomIndex < bottomCount - 1) {
127 System.arraycopy(bottom, bottomIndex + 1, bottom, bottomIndex, bottomCount - bottomIndex - 1);
130 bottomCount--;
136 bottom[bottomCount++] = i;

Completed in 49 milliseconds