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

  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 290 private static Drawable.ConstantState[] sGlobalSearchIcon = new Drawable.ConstantState[2];
446 if (sGlobalSearchIcon[coi] == null || sVoiceSearchIcon[coi] == null ||
452 if (sGlobalSearchIcon[coi] != null) {
453 updateGlobalSearchIcon(sGlobalSearchIcon[coi]);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 298 private static Drawable.ConstantState[] sGlobalSearchIcon = new Drawable.ConstantState[2];
519 if (sGlobalSearchIcon[coi] == null || sVoiceSearchIcon[coi] == null ||
527 if (sGlobalSearchIcon[coi] != null) {
528 updateGlobalSearchIcon(sGlobalSearchIcon[coi]);
    [all...]

Completed in 37 milliseconds