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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java296 private static Drawable.ConstantState[] sVoiceSearchIcon = new Drawable.ConstantState[2]; field in class:Launcher
472 if (sGlobalSearchIcon[coi] == null || sVoiceSearchIcon[coi] == null ||
482 if (sVoiceSearchIcon[coi] != null) {
483 updateVoiceSearchIcon(sVoiceSearchIcon[coi]);
3278 sVoiceSearchIcon[coi] = updateButtonWithIconFromExternalActivity(
3281 if (sVoiceSearchIcon[coi] == null) {
3282 sVoiceSearchIcon[coi] = updateButtonWithIconFromExternalActivity(

Completed in 32 milliseconds