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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DWindowSurface.java163 final Paint mBackground = new Paint(); field in class:WindowSurface.DrawingThread
179 mBackground.setColor(0xff000000);
234 canvas.drawColor(mBackground.getColor());
/development/samples/Home/src/com/example/android/home/
H A DApplicationsStackLayout.java83 private Drawable mBackground; field in class:ApplicationsStackLayout
116 mBackground = getBackground();
132 final Drawable background = mBackground;

Completed in 27 milliseconds