Home
last modified time | relevance | path

Searched defs:current (Results 1 – 20 of 20) sorted by relevance

/sdk/rule_api/src/com/android/ide/common/api/
DRuleAction.java228 @Nullable String current, in createChoices()
267 @Nullable String current, in createChoices()
310 @Nullable String current, in createChoices()
559 @Nullable String current, in Choices()
670 @Nullable String current, in DelayedChoices()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DDexDumpAction.java120 Sdk current = Sdk.getCurrent(); in runDexDump() local
/sdk/monkeyrunner/src/com/android/monkeyrunner/controller/
DVariableFrame.java75 int current = 0; in getNthElement() local
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DArraySizeDetector.java140 Integer current = countMap.get(name); in afterCheckProject() local
DStringFormatDetector.java789 lombok.ast.Node current = node.getParent(); in visitMethod() local
1036 lombok.ast.Node current = node.getParent().getParent(); in visitVariableReference() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DFlagXmlPropertyDialog.java88 String current = mProperty.getStringValue(); in createDialogArea() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DLinearLayoutRule.java147 String current = parentNode.getStringAttr(ANDROID_URI, ATTR_BASELINE_ALIGNED); in addLayoutActions() local
DBaseViewRule.java669 String current = selectedNode.getStringAttr(ANDROID_URI, id); in createPropertyAction() local
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DGLServerShader.java82 public GLProgram current = null; field in GLServerShader
DShaderEditor.java58 GLShader current; field in ShaderEditor
DGLFramesView.java103 DebugContext current = null; field in GLFramesView
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidXmlAutoEditStrategy.java222 ITextRegion current = subRegions.get(i); in customizeDocumentCommand() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutActionBar.java292 String current = choices.getCurrent() != null ? choices.getCurrent() : ""; //$NON-NLS-1$ in addRadio() local
DMoveGesture.java579 TransferData current = event.currentDataType; in checkDataType() local
DDynamicContextMenu.java549 String current = mParentAction.getCurrent(); in addMenuItems() local
DDomUtilities.java75 Node current = node1; in getCommonAncestor() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java1925 String current = uiAttr.getCurrentValue(); in setInternalAttrValue() local
2161 UiElementNode current = node1; in getCommonAncestor() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DResourceChooser.java470 String current = item.getXmlString(mResourceType, mSystemButton.getSelection()); in handleSelectionChanged() local
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DFileListingService.java311 long current = System.currentTimeMillis(); in needFetch() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationComposite.java762 Sdk current = Sdk.getCurrent(); in findDefaultRenderTarget() local
1291 String current = fileConfig.toDisplayString(); in updateConfigDisplay() local