Searched refs:combined (Results 1 – 7 of 7) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | RelativeLayoutRuleTest.java | 52 String[] combined = new String[extraFragments.length + graphicsFragments.length]; in dragInto() local 53 System.arraycopy(graphicsFragments, 0, combined, 0, graphicsFragments.length); in dragInto() 54 System.arraycopy(extraFragments, 0, combined, graphicsFragments.length, in dragInto() 58 currentIndex, combined); in dragInto()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | IconFactory.java | 288 Image combined = mErrorIcons.get(image); in addErrorIcon() local 289 if (combined != null) { in addErrorIcon() 290 return combined; in addErrorIcon() 296 Image combined = new ErrorImageComposite(image, false).createImage(); in addErrorIcon() local 297 mErrorIcons.put(image, combined); in addErrorIcon() 299 return combined; in addErrorIcon() 313 Image combined = mWarningIcons.get(image); in addWarningIcon() local 314 if (combined != null) { in addWarningIcon() 315 return combined; in addWarningIcon() 321 Image combined = new ErrorImageComposite(image, true).createImage(); in addWarningIcon() local [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
D | UiClassAttributeNode.java | 725 List<String> combined = new ArrayList<String>(local.size() + library.size()); 726 combined.addAll(local); 727 combined.addAll(library); 728 return combined.toArray(new String[combined.size()]);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/ |
D | NOTICE | 32 or when combined with the Program.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
D | NOTICE | 32 or when combined with the Program.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/ |
D | NOTICE | 32 or when combined with the Program.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/ |
D | NOTICE | 32 or when combined with the Program.
|