Searched refs:add (Results 126 - 150 of 545) sorted by relevance

1234567891011>>

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
H A DGLPropertyAccessor.java71 extractors.add(new GLNamePropertyExtractor((GLStateType) accessor));
73 extractors.add(new GLIndexPropertyExtractor((Integer) accessor));
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
H A DWindowUpdater.java57 sWindowChangeListeners.get(device).add(listener);
61 listeners.add(listener);
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
H A DNonInternationalizedSmsDetector.java72 methodNames.add("sendTextMessage"); //$NON-NLS-1$
73 methodNames.add("sendMultipartTextMessage"); //$NON-NLS-1$
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/
H A DXmlReporterTest.java76 warnings.add(warning1);
77 warnings.add(warning2);
/sdk/ninepatch/src/com/android/ninepatch/
H A DNinePatchChunk.java367 rectangles.add(new Rectangle(x, 0, width, imageHeight));
379 rectangles.add(new Rectangle(0, y, imageWidth, height));
410 rectangles.add(new Rectangle(x, y, width, height));
446 patches.add(new Pair<Integer>(lastIndex, i));
448 fixed.add(new Pair<Integer>(lastIndex, i));
458 patches.add(new Pair<Integer>(lastIndex, pixels.length));
460 fixed.add(new Pair<Integer>(lastIndex, pixels.length));
464 patches.add(new Pair<Integer>(1, pixels.length));
/sdk/sdk_common/src/com/android/ide/common/resources/
H A DResourceItem.java126 protected void add(ResourceFile file) { method in class:ResourceItem
127 mFiles.add(file);
/sdk/sdkmanager/app/
H A DAndroid.mk11 # IMPORTANT: if you add a new dependency here, please make sure
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
H A DSoftware.java61 mBluetoothProfiles.add(bp);
81 mGlExtensions.add(extension);
/sdk/uiautomatorviewer/src/com/android/uiautomator/
H A DUiAutomatorViewer.java59 toolBarManager.add(new OpenFilesAction(this));
60 toolBarManager.add(new ScreenshotAction(this));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
H A DLibraryClasspathContainerInitializer.java105 javaProjectList.add(javaProject);
155 // if there isn't any, add it.
157 // add the android container to the array
224 // we can directly add a CPE for this jar as there's no risk of a duplicate.
231 entries.add(entry);
251 jarFiles.add(annotationsJar);
254 // now add a classpath entry for each Java project (this is a set so dups are already
257 entries.add(JavaCore.newProjectEntry(p.getFullPath(), true /*isExported*/));
276 entries.add(JavaCore.newLibraryEntry(
336 entries.add(JavaCor
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
H A DAndroidTypeMoveParticipant.java118 result.add(change);
133 result.add(layoutChange);
244 mFileChanges.add(fileChange);
296 changes.add(layoutChange);
306 changes.add(layoutChange);
367 add(xmlDoc, androidElements, AndroidManifest.NODE_ACTIVITY,
369 add(xmlDoc, androidElements, AndroidManifest.NODE_APPLICATION,
371 add(xmlDoc, androidElements, AndroidManifest.NODE_PROVIDER,
373 add(xmlDoc, androidElements, AndroidManifest.NODE_RECEIVER,
375 add(xmlDo
394 private void add(IDOMDocument xmlDoc, Map<String, String> androidElements, String element, method in class:AndroidTypeMoveParticipant
[all...]
/sdk/anttasks/src/com/android/ant/
H A DDexExecTask.java91 mPathInputs.add(path);
106 mFileSetInputs.add(fs);
154 paths.add(new File(path));
165 paths.add(fr.getFile());
/sdk/chimpchat/src/com/android/chimpchat/core/
H A DMultiSelectorText.java68 views.add(view);
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
H A DClientData.java244 mHeapSegments.add(hs);
598 * @param allocInfo The {@link NativeAllocationInfo} to add.
601 mNativeAllocationList.add(allocInfo);
624 mNativeLibMapInfo.add(new NativeLibraryMapInfo(startAddr, endAddr, library));
659 mFeatures.add(feature);
H A DMultiLineReceiver.java63 // if we had an unfinished line we add it.
88 mArray.add(line);
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
H A DNativeSymbolResolverTask.java92 mSymbolSearchFolders.add(DEFAULT_SYMBOLS_FOLDER);
151 mNotFoundLibraries.add(lib.getLibraryName());
240 mUnresolvableAddresses.add(addr);
277 stackInfo.add(info);
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
H A DLogCatMessageList.java89 l.add(mQ.poll());
H A DLogCatMessageParser.java88 messages.add(m);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
H A DGuidelineHandler.java202 * The amount of margin to add to the top edge, or 0
207 * The amount of margin to add to the bottom edge, or 0
212 * The amount of margin to add to the left edge, or 0
217 * The amount of margin to add to the right edge, or 0
323 mHorizontalEdges.add(new Segment(b.y, b.x, b.x2(), node, id, TOP, WITHOUT_MARGIN));
324 mHorizontalEdges.add(new Segment(b.y - margins.top, b.x, b.x2(), node, id,
327 mHorizontalEdges.add(new Segment(b.y, b.x, b.x2(), node, id, TOP, NO_MARGIN));
330 mHorizontalEdges.add(new Segment(b.y2(), b.x, b.x2(), node, id, BOTTOM,
332 mHorizontalEdges.add(new Segment(b.y2() + margins.bottom, b.x, b.x2(), node,
335 mHorizontalEdges.add(ne
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DChangeLayoutWizard.java117 exclude.add(VIEW_INCLUDE);
118 exclude.add(VIEW_MERGE);
119 exclude.add(VIEW_FRAGMENT);
123 exclude.add(mOldType);
H A DGridLayoutConverter.java100 * move and stretch and use that to add in additional constraints
101 * <li> Take into account existing margins and add/subtract those from the
275 defined.add(attribute.getXmlLocalName());
689 list.add(view);
744 list.add(view);
797 added = add(view);
802 mDelete.add(getElement(view));
815 // add their children!
819 mDelete.add(childElement);
829 private View add(CanvasViewInf method in class:GridLayoutConverter.GridModel
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
H A DUiDocumentNode.java153 elements.add(node);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
H A DTestSuiteReference.java76 * @param testRef the {@link TestCaseReference} to add
79 mTests.add(testRef);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
H A DIdeScanningContext.java94 mErrors.add(Pair.of(mCurrentFile, error));
105 mScannedResources.add(resource);
119 * Process any errors found to add error markers in the affected files (and
156 errors.add(pair.getSecond());
165 // This handles the case where an edit doesn't add any new id but fix a compile error.
202 mFullAaptProjects.add(mCurrentFile.getProject());
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
H A DJavaSourceRevealer.java48 providers.add((ISourceRevealer) obj);

Completed in 308 milliseconds

1234567891011>>