Searched refs:coi (Results 1 – 1 of 1) sorted by relevance
471 int coi = getCurrentOrientationIndexForGlobalIcons(); in updateGlobalIcons() local472 if (sGlobalSearchIcon[coi] == null || sVoiceSearchIcon[coi] == null || in updateGlobalIcons()473 sAppMarketIcon[coi] == null) { in updateGlobalIcons()478 if (sGlobalSearchIcon[coi] != null) { in updateGlobalIcons()479 updateGlobalSearchIcon(sGlobalSearchIcon[coi]); in updateGlobalIcons()482 if (sVoiceSearchIcon[coi] != null) { in updateGlobalIcons()483 updateVoiceSearchIcon(sVoiceSearchIcon[coi]); in updateGlobalIcons()486 if (sAppMarketIcon[coi] != null) { in updateGlobalIcons()487 updateAppMarketIcon(sAppMarketIcon[coi]); in updateGlobalIcons()3218 int coi = getCurrentOrientationIndexForGlobalIcons(); in updateGlobalSearchIcon() local[all …]