Home
last modified time | relevance | path

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

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DLayoutDeviceManager.java277 parseLayoutDevices(deviceXml, mUserLayoutDevices); in loadDefaultAndUserDevices()
286 parseLayoutDevices(deviceXml, mAddOnLayoutDevices); in parseAddOnLayoutDevice()
300 private void parseLayoutDevices(File deviceXml, List<LayoutDevice> list) { in parseLayoutDevices() method in LayoutDeviceManager
340 parseLayoutDevices(deviceXml, list); in loadDefaultLayoutDevices()