Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DEnumXmlPropertyEditor.java29 public static final EnumXmlPropertyEditor INSTANCE = new EnumXmlPropertyEditor(); field in EnumXmlPropertyEditor
DBooleanXmlPropertyEditor.java37 public static final BooleanXmlPropertyEditor INSTANCE = new BooleanXmlPropertyEditor(); field in BooleanXmlPropertyEditor
DPropertyFactory.java193 PropertyEditor editor = XmlPropertyEditor.INSTANCE; in getProperties()
198 editor = BooleanXmlPropertyEditor.INSTANCE; in getProperties()
DXmlPropertyEditor.java94 public static final XmlPropertyEditor INSTANCE = new XmlPropertyEditor(); field in XmlPropertyEditor
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DLogCatMonitor.java135 LogCatReceiver r = LogCatReceiverFactory.INSTANCE.newReceiver(device, mPrefStore); in monitorDevice()