Searched defs:sVoiceSearchIcon (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java284 private static Drawable.ConstantState[] sVoiceSearchIcon = new Drawable.ConstantState[2]; field in class:Launcher
439 if (sGlobalSearchIcon[coi] == null || sVoiceSearchIcon[coi] == null ||
449 if (sVoiceSearchIcon[coi] != null) {
450 updateVoiceSearchIcon(sVoiceSearchIcon[coi]);
3148 sVoiceSearchIcon[coi] = updateButtonWithIconFromExternalActivity(
3151 if (sVoiceSearchIcon[coi] == null) {
3152 sVoiceSearchIcon[coi] = updateButtonWithIconFromExternalActivity(

Completed in 31 milliseconds