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

  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 101 private Drawable mActiveGlowBackground;
209 mActiveGlowBackground = res.getDrawable(R.drawable.homescreen_blue_strong_holo);
220 mActiveGlowBackground.setFilterBitmap(true);
438 bg = mActiveGlowBackground;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 99 private Drawable mActiveGlowBackground;
214 mActiveGlowBackground = res.getDrawable(R.drawable.screenpanel_hover);
225 mActiveGlowBackground.setFilterBitmap(true);
413 bg = mActiveGlowBackground;
    [all...]

Completed in 47 milliseconds