Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewList.java89 void load(Collection<Device> deviceList) throws IOException { in load() argument
92 load(file, deviceList); in load()
116 void load(File file, Collection<Device> deviceList) throws IOException { in load() argument
127 mProject, element, deviceList); in load()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationDescription.java172 @NonNull Collection<Device> deviceList) { in fromXml() argument
225 for (Device d : deviceList) { in fromXml()