Searched refs:clc (Results 1 – 2 of 2) sorted by relevance
54 String clc = new String(contentLocation); in putPartToMaps() local55 mPartMapByContentLocation.put(clc, part); in putPartToMaps()61 String clc = new String(name); in putPartToMaps() local62 mPartMapByName.put(clc, part); in putPartToMaps()68 String clc = new String(fileName); in putPartToMaps() local69 mPartMapByFileName.put(clc, part); in putPartToMaps()
942 ShortcutAndWidgetContainer clc = getShortcutsAndWidgets(); in animateChildToPosition() local944 if (clc.indexOfChild(child) != -1 && (child instanceof Reorderable)) { in animateChildToPosition()975 clc.setupLp(child); in animateChildToPosition()