Home
last modified time | relevance | path

Searched refs:coi (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java471 int coi = getCurrentOrientationIndexForGlobalIcons(); in updateGlobalIcons() local
472 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 …]