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

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 138 // sBgDbIconCache is the set of ItemInfos that need to have their icons updated in the database
139 static final HashMap<Object, byte[]> sBgDbIconCache = new HashMap<Object, byte[]>();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java 137 // sBgDbIconCache is the set of ItemInfos that need to have their icons updated in the database
138 static final HashMap<Object, byte[]> sBgDbIconCache = new HashMap<Object, byte[]>();
    [all...]

Completed in 44 milliseconds