Searched refs:rootSeed (Results 1 – 1 of 1) sorted by relevance
127 Object rootSeed, in TypeInfo() argument135 mRootSeed = rootSeed; in TypeInfo()806 Object rootSeed = type.getRootSeed(); in initializeRootValues() local808 if (rootSeed instanceof String) { in initializeRootValues()810 roots.add((String) rootSeed); in initializeRootValues()811 } else if (rootSeed instanceof String[]) { in initializeRootValues()813 for (String value : (String[]) rootSeed) { in initializeRootValues()816 } else if (rootSeed instanceof Integer && project != null) { in initializeRootValues()855 IDescriptorProvider provider = data.getDescriptorProvider((Integer)rootSeed); in initializeRootValues()