Home
last modified time | relevance | path

Searched refs:sCanvas (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DUtilities.java57 private static final Canvas sCanvas = new Canvas(); field in Utilities
60 sCanvas.setDrawFilter(new PaintFlagsDrawFilter(Paint.DITHER_FLAG, in sCanvas.setDrawFilter()
96 synchronized (sCanvas) { // we share the statics :-( in createIconBitmap()
141 final Canvas canvas = sCanvas; in createIconBitmap()
170 synchronized (sCanvas) { // we share the statics :-( in drawSelectedAllAppsBitmap()
204 synchronized (sCanvas) { // we share the statics :-( in resampleIconBitmap()
219 synchronized (sCanvas) { // we share the statics :-( in drawDisabledBitmap()
225 final Canvas canvas = sCanvas; in drawDisabledBitmap()