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

  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 292 private static Drawable.ConstantState[] sAppMarketIcon = new Drawable.ConstantState[2];
447 sAppMarketIcon[coi] == null) {
460 if (sAppMarketIcon[coi] != null) {
461 updateAppMarketIcon(sAppMarketIcon[coi]);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 300 private static Drawable.ConstantState[] sAppMarketIcon = new Drawable.ConstantState[2];
520 sAppMarketIcon[coi] == null) {
535 if (!DISABLE_MARKET_BUTTON && sAppMarketIcon[coi] != null) {
536 updateAppMarketIcon(sAppMarketIcon[coi]);
    [all...]

Completed in 259 milliseconds