Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 47) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DEnumXmlPropertyEditor.java35 protected String getText(Property property) throws Exception { in getText()
48 private String[] getItems(Property property) { in getItems()
57 protected void addItems(Property property, CCombo3 combo) throws Exception { in addItems()
64 protected void selectItem(Property property, CCombo3 combo) throws Exception { in selectItem()
69 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception { in toPropertyEx()
74 public void setText(Property property, String text) throws Exception { in setText()
DBooleanXmlPropertyEditor.java50 public void paint(Property property, GC gc, int x, int y, int width, int height) in paint()
84 public boolean activate(PropertyTable propertyTable, Property property, Point location) in activate()
95 public void doubleClick(Property property, Point location) throws Exception { in doubleClick()
102 private void cycleValue(Property property) throws Exception { in cycleValue()
DPropertyFactory.java196 XmlProperty property = new XmlProperty(editor, this, node, descriptor); in getProperties() local
267 XmlProperty property = properties.get(i); in sortByOrigin() local
394 Property property = new ComplexProperty( in sortByOrigin() local
409 Property property = new ComplexProperty( in sortByOrigin() local
434 XmlProperty property = properties.get(i); in sortNatural() local
647 Property property = new ComplexProperty( in sortNatural() local
662 Property property = new ComplexProperty( in sortNatural() local
DXmlPropertyEditor.java102 public String getText(Property property) throws Exception { in getText()
111 protected String getEditorText(Property property) throws Exception { in getEditorText()
116 public void paint(Property property, GC gc, int x, int y, int width, int height) in paint()
303 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText()
308 private void openDialog(PropertyTable propertyTable, Property property) throws Exception { in openDialog()
433 private static Map<String, Image> getImageCache(@NonNull Property property) { in getImageCache()
DXmlPropertyComposite.java67 XmlPropertyComposite property = (XmlPropertyComposite) obj; in equals() local
113 Property property = properties[i]; in create() local
DStringXmlPropertyDialog.java23 StringXmlPropertyDialog(Shell parentShell, Property property) throws Exception { in StringXmlPropertyDialog()
DPropertyValueCompleter.java26 PropertyValueCompleter(XmlProperty property) { in PropertyValueCompleter()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLListProperty.java67 public boolean add(IGLProperty property) { in add()
72 public boolean remove(IGLProperty property) { in remove()
76 public void set(int index, IGLProperty property) { in set()
151 public int indexOf(IGLProperty property) { in indexOf()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DBufferSubDataTransform.java44 IGLProperty property = mAccessor.getProperty(state); in apply() local
66 IGLProperty property = mAccessor.getProperty(state); in revert() local
DPropertyChangeTransform.java56 IGLProperty property = mAccessor.getProperty(state); in apply() local
83 IGLProperty property = mAccessor.getProperty(state); in revert() local
DTexImageTransform.java78 IGLProperty property = mAccessor.getProperty(currentState); in apply() local
108 IGLProperty property = mAccessor.getProperty(state); in revert() local
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
DPropertiesTableModel.java44 ViewNode.Property property = new ViewNode.Property(); in loadPrivateProperties() local
63 ViewNode.Property property; in getValueAt() local
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
DWayPointLabelProvider.java70 public boolean isLabelProperty(Object element, String property) { in isLabelProperty()
DTrackLabelProvider.java78 public boolean isLabelProperty(Object element, String property) { in isLabelProperty()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DAndroidJUnitPropertyTester.java49 public boolean test(Object receiver, String property, Object[] args, Object expectedValue) { in test()
/sdk/anttasks/src/com/android/ant/
DXPathTask.java48 public void setOutput(String property) { in setOutput()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DAttributeDescriptorLabelProvider.java76 public boolean isLabelProperty(Object element, String property) { in isLabelProperty()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java573 Prop property = properties.get(attribute); in addCommonPropertyActions() local
594 static void editedProperty(String property) { in editedProperty()
611 Prop property = properties.get(attribute); in addRecentPropertyActions() local
632 Prop property = entry.getValue(); in addPropertyActions() local
786 public EnumPropertyChoiceProvider(Prop property) { in EnumPropertyChoiceProvider()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiModelTreeLabelProvider.java95 public boolean isLabelProperty(Object element, String property) { in isLabelProperty()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DFolderDecorator.java90 public boolean isLabelProperty(Object element, String property) { in isLabelProperty()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DStateLabelProvider.java43 public String getColumnText(IGLProperty property, int columnIndex) { in getColumnText()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DResourceLabelProvider.java89 public boolean isLabelProperty(Object element, String property) { in isLabelProperty()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DAaptParser.java604 String property = matcher.group(1); in findRange() local
636 String property = matcher.group(2); in findRange() local
642 String property = matcher.group(1); in findRange() local
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DFileLabelProvider.java148 public boolean isLabelProperty(Object element, String property) { in isLabelProperty()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DValueCompleterTest.java41 String property, EnumSet<Format> formats, String[] values, in checkCompletion()

12