HomeSort by relevance Sort by last modified time
    Searched refs:mNormalBackground (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 98 private Drawable mNormalBackground;
213 mNormalBackground = res.getDrawable(R.drawable.screenpanel);
224 mNormalBackground.setFilterBitmap(true);
415 bg = mNormalBackground;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 100 private Drawable mNormalBackground;
208 mNormalBackground = res.getDrawable(R.drawable.homescreen_blue_normal_holo);
219 mNormalBackground.setFilterBitmap(true);
440 bg = mNormalBackground;
    [all...]

Completed in 44 milliseconds