Home
last modified time | relevance | path

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

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigManagerDialog.java116 private LayoutDeviceManager mLayoutDeviceManager; field in ConfigManagerDialog.DeviceContentProvider
128 return mLayoutDeviceManager.getDefaultLayoutDevices().toArray(); in getChildren()
130 return mLayoutDeviceManager.getAddOnLayoutDevice().toArray(); in getChildren()
132 return mLayoutDeviceManager.getUserLayoutDevices().toArray(); in getChildren()
150 return mLayoutDeviceManager.getDefaultLayoutDevices().size() > 0; in hasChildren()
152 return mLayoutDeviceManager.getAddOnLayoutDevice().size() > 0; in hasChildren()
154 return mLayoutDeviceManager.getUserLayoutDevices().size() > 0; in hasChildren()
171 mLayoutDeviceManager = (LayoutDeviceManager)newInput; in inputChanged()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DSdk.java76 private final LayoutDeviceManager mLayoutDeviceManager = new LayoutDeviceManager(); field in Sdk
427 return mLayoutDeviceManager; in getLayoutDeviceManager()
443 mLayoutDeviceManager.loadDefaultAndUserDevices(mManager.getLocation()); in Sdk()
508 mLayoutDeviceManager.parseAddOnLayoutDevice(deviceXml); in loadLayoutDevices()
513 mLayoutDeviceManager.sealAddonLayoutDevices(); in loadLayoutDevices()