Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java100 private Drawable mNormalBackground; field in CellLayout
208 mNormalBackground = res.getDrawable(R.drawable.homescreen_blue_normal_holo); in CellLayout()
219 mNormalBackground.setFilterBitmap(true); in CellLayout()
440 bg = mNormalBackground; in onDraw()