/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
D | ColorUsageDetector.java | 83 while (select.getParent() instanceof Select) { in visitResourceReference() 84 select = select.getParent(); in visitResourceReference() 88 if (select.getParent() instanceof MethodInvocation) { in visitResourceReference() 89 MethodInvocation call = (MethodInvocation) select.getParent(); in visitResourceReference()
|
D | ToastDetector.java | 88 scope = scope.getParent(); in findSurroundingMethod() 117 MethodDeclaration method = findSurroundingMethod(node.getParent()); in visitMethod()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | EditTextRule.java | 74 if (focus != null && focus.getParent() != null) { in addContextMenuActions() 75 focus.getParent().removeChild(focus); in addContextMenuActions() 94 return focus.getParent() == node; in hasFocus() 105 INode parent = root.getParent(); in findRoot()
|
D | TableLayoutRule.java | 117 while (child != null && child.getParent() != parentNode) { in addTableLayoutActions() 118 child = child.getParent(); in addTableLayoutActions() 145 while (child != null && child.getParent() != parentNode) { in addTableLayoutActions() 146 child = child.getParent(); in addTableLayoutActions()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | CanvasViewInfoTest.java | 94 assertNull(rootView.getParent()); in normal() 101 assertSame(rootView, childView1.getParent()); in normal() 107 assertSame(rootView, childView2.getParent()); in normal() 140 assertNull(rootView.getParent()); in showIn() 146 assertSame(rootView, includedView.getParent()); in showIn() 179 assertNull(rootView.getParent()); in testIncludeTag() 187 assertSame(rootView, childView1.getParent()); in testIncludeTag() 193 assertSame(rootView, includedView.getParent()); in testIncludeTag() 221 assertNull(rootView.getParent()); in testNoIncludeTag() 229 assertSame(rootView, childView1.getParent()); in testNoIncludeTag() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
D | StateContentProvider.java | 59 public Object getParent(Object element) { in getParent() method in StateContentProvider 61 return ((IGLProperty) element).getParent(); in getParent()
|
D | GLCallGroups.java | 43 GLCallNode getParent(); in getParent() method 65 public GLCallNode getParent() { in getParent() method in GLCallGroups.GLTreeNode 109 public GLCallNode getParent() { in getParent() method in GLCallGroups.GLLeafNode
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/ |
D | SwtBaseDialog.java | 118 mShell = new Shell(getParent(), SWT.DIALOG_TRIM | SWT.RESIZE | SWT.APPLICATION_MODAL); in createShell() 157 Display display = getParent().getDisplay(); in eventLoop() 212 Shell parent = getParent(); in positionShell()
|
/sdk/ddms/app/src/com/android/ddms/ |
D | DropdownSelectionListener.java | 43 mMenu = new Menu(item.getParent().getShell(), SWT.POP_UP); in DropdownSelectionListener() 71 Point pt = item.getParent().toDisplay(new Point(rect.x, rect.y)); in widgetSelected()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
D | IGLProperty.java | 52 IGLProperty getParent(); in getParent() method
|
D | GLAbstractAtomicProperty.java | 37 public IGLProperty getParent() { in getParent() method in GLAbstractAtomicProperty
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
D | UiElementDetail.java | 175 mMasterSection.getParent().pack(true /* changed */); in refresh() 328 ((Section) table.getParent()).setExpanded(true); in createUiAttributeControls() 344 unknownTable.getParent().setVisible(false); // set section to not visible in createUiAttributeControls() 368 mMasterSection.getParent().pack(true /* changed */); in createUiAttributeControls() 422 for(Composite c = mMasterSection; c != null; c = c.getParent()) { in reflowMasterSection() 437 Section section = ((Section) unknownTable.getParent()); in updateUnknownAttributesSection()
|
/sdk/chimpchat/src/com/android/chimpchat/core/ |
D | IChimpView.java | 81 IChimpView getParent(); in getParent() method
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/ |
D | DeviceContentProvider.java | 121 public Object getParent(Object element) { in getParent() method in DeviceContentProvider 125 return entry.getParent(); in getParent()
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/ |
D | NativeStackContentProvider.java | 48 public Object getParent(Object element) { in getParent() method in NativeStackContentProvider
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
D | CreateAssetSetWizard.java | 147 NewXmlFileWizard.createWsParentDirectory(file.getParent()); in performFinish() 164 file.getParent().refreshLocal(1, new NullProgressMonitor()); in performFinish() 199 IContainer folder = file.getParent(); in selectFiles() 203 folder = folder.getParent(); in selectFiles()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ClipboardSupport.java | 172 if (vi != null && vi.getParent() != null) { in deleteSelection() 174 title = vi.getParent().getName(); in deleteSelection() 175 } else if (!title.equals(vi.getParent().getName())) { in deleteSelection() 213 INode parent = node.getParent(); in deleteSelection()
|
D | SelectionOverlay.java | 124 INode parent = node.getParent(); in paintHints() 164 INode parent = node.getParent(); in paintSelectionFeedback() 174 INode nodeParent = node.getParent(); in paintSelectionFeedback()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
D | MonitorApplication.java | 115 String toolsFolder = new File(install.getURL().getFile()).getParent(); in findSdkPath() 117 sdkLocation = new File(toolsFolder).getParent(); in findSdkPath()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
D | FileStoreAdapter.java | 113 public IFileStore getParent() { in getParent() method in FileStoreAdapter 114 return mStore.getParent(); in getParent()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | NodeFactoryTest.java | 65 assertNull(inode.getParent()); in testCreateCanvasViewInfo() 90 assertNull(inode.getParent()); in testCreateUiViewElementNode()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/ |
D | SimpleFile.java | 97 mkDirs(project, destFile.getParent(), monitor); in process() 121 mkDirs(project, container.getParent(), monitor); in mkDirs()
|
/sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/ |
D | HierarchyViewerApplicationDirector.java | 55 File platformTools = new File(new File(hvParentLocation).getParent(), in getAdbLocation()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
D | PostActivityCreationAction.java | 70 IJavaElement parentElement = element.getParent(); in processNewType()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
D | ReplaceStringsVisitor.java | 150 ASTNode parent = fragment.getParent(); in examineVariableDeclaration() 221 ASTNode p = n.getParent(); in examineMethodInvocation() 437 for (node = node.getParent(); node != null; node = node.getParent()) { in findParentClass()
|