Home
last modified time | relevance | path

Searched defs: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()
116 void load(File file, Collection<Device> deviceList) throws IOException { 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()