/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | EnumXmlPropertyEditor.java | 35 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()
|
D | BooleanXmlPropertyEditor.java | 50 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()
|
D | PropertyFactory.java | 211 XmlProperty property = new XmlProperty(editor, this, node, descriptor); in getProperties() local 285 XmlProperty property = properties.get(i); in sortByOrigin() local 412 Property property = new ComplexProperty( in sortByOrigin() local 427 Property property = new ComplexProperty( in sortByOrigin() local 452 XmlProperty property = properties.get(i); in sortNatural() local 665 Property property = new ComplexProperty( in sortNatural() local 680 Property property = new ComplexProperty( in sortNatural() local
|
D | XmlPropertyEditor.java | 115 public String getText(Property property) throws Exception { in getText() 124 protected String getEditorText(Property property) throws Exception { in getEditorText() 129 public void paint(Property property, GC gc, int x, int y, int width, int height) in paint() 316 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText() 380 private static boolean isIdProperty(Property property) { in isIdProperty() 385 private void openDialog(PropertyTable propertyTable, Property property) throws Exception { in openDialog() 531 private static Map<String, Image> getImageCache(@NonNull Property property) { in getImageCache()
|
D | XmlPropertyComposite.java | 67 XmlPropertyComposite property = (XmlPropertyComposite) obj; in equals() local 113 Property property = properties[i]; in create() local
|
D | PropertyValueCompleter.java | 26 PropertyValueCompleter(XmlProperty property) { in PropertyValueCompleter()
|
D | StringXmlPropertyDialog.java | 27 StringXmlPropertyDialog(Shell parentShell, Property property) throws Exception { in StringXmlPropertyDialog()
|
D | FlagXmlPropertyDialog.java | 62 @NonNull XmlProperty property) { in FlagXmlPropertyDialog()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
D | GLListProperty.java | 67 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/ |
D | BufferSubDataTransform.java | 44 IGLProperty property = mAccessor.getProperty(state); in apply() local 66 IGLProperty property = mAccessor.getProperty(state); in revert() local
|
D | PropertyChangeTransform.java | 56 IGLProperty property = mAccessor.getProperty(state); in apply() local 83 IGLProperty property = mAccessor.getProperty(state); in revert() local
|
D | TexImageTransform.java | 83 IGLProperty property = mAccessor.getProperty(currentState); in apply() local 115 IGLProperty property = mAccessor.getProperty(state); in revert() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
D | ExportGradleTest.java | 125 Object property = job.getProperty(ERROR_KEY); in testSimpleAndroidApp() local 202 Object property = job.getProperty(ERROR_KEY); in testSimpleAndroidLib() local 239 Object property = job.getProperty(ERROR_KEY); in testPlainJavaProject() local
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
D | PropertiesTableModel.java | 44 ViewNode.Property property = new ViewNode.Property(); in loadPrivateProperties() local 63 ViewNode.Property property; in getValueAt() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
D | AndroidJUnitPropertyTester.java | 49 public boolean test(Object receiver, String property, Object[] args, Object expectedValue) { in test()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
D | AttributeDescriptorLabelProvider.java | 76 public boolean isLabelProperty(Object element, String property) { in isLabelProperty()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | BaseViewRule.java | 556 Prop property = properties.get(attribute); in addCommonPropertyActions() local 577 static void editedProperty(String property) { in editedProperty() 594 Prop property = properties.get(attribute); in addRecentPropertyActions() local 615 Prop property = entry.getValue(); in addPropertyActions() local 769 public EnumPropertyChoiceProvider(Prop property) { in EnumPropertyChoiceProvider()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
D | UiModelTreeLabelProvider.java | 95 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/ |
D | FolderDecorator.java | 90 public boolean isLabelProperty(Object element, String property) { in isLabelProperty()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
D | StateLabelProvider.java | 43 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/ |
D | ResourceLabelProvider.java | 89 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/ |
D | AaptParser.java | 604 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/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewHierarchyLoader.java | 160 ViewNode.Property property = new ViewNode.Property(); in loadProperties() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | ValueCompleterTest.java | 41 String property, EnumSet<Format> formats, String[] values, in checkCompletion()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
D | DetailsPage.java | 162 private void stateVariableSelected(IGLProperty property) { in stateVariableSelected()
|