OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentUiNode
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java
179
UiElementNode
currentUiNode
= rootUiNode == null
181
computeAttributeProposals(proposals, viewer, offset, wordPrefix,
currentUiNode
,
227
int offset, String wordPrefix, UiElementNode
currentUiNode
, Node parentNode,
240
Object[] choices = getChoicesForAttribute(parent, currentNode,
currentUiNode
,
351
* @param
currentUiNode
358
String parent, Node currentNode, UiElementNode
currentUiNode
, AttribInfo attrInfo,
375
if (
currentUiNode
!= null) {
385
for (UiAttributeNode attrNode :
currentUiNode
.getAllUiAttributes()) {
420
if (
currentUiNode
!= null) {
421
choices =
currentUiNode
.getAttributeDescriptors()
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java
[
all
...]
Completed in 179 milliseconds