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 103 private Drawable mNormalBackground;
219 mNormalBackground = res.getDrawable(R.drawable.screenpanel);
230 mNormalBackground.setFilterBitmap(true);
416 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 36 milliseconds