Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java101 private Drawable mActiveGlowBackground; field in CellLayout
209 mActiveGlowBackground = res.getDrawable(R.drawable.homescreen_blue_strong_holo); in CellLayout()
220 mActiveGlowBackground.setFilterBitmap(true); in CellLayout()
438 bg = mActiveGlowBackground; in onDraw()