Searched refs:mOldColor (Results 1 – 1 of 1) sorted by relevance
157 final int[] mOldColor = new int[NUM_OLD]; field in WindowSurface.DrawingThread238 mForeground.setColor(mOldColor[i] | makeGreen(i)); in run()256 System.arraycopy(mOldColor, 0, mOldColor, 1, mNumOld-1); in run()263 mOldColor[0] = color; in run()