OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indexedregion
(Results
26 - 31
of
31
) sorted by null
1
2
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoring.java
68
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
326
if (attribute instanceof
IndexedRegion
) {
GridLayoutConverter.java
75
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
217
if (mLayout instanceof
IndexedRegion
) {
218
IndexedRegion
region = (
IndexedRegion
) mLayout;
[
all
...]
ExtractIncludeRefactoring.java
79
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
296
IndexedRegion
region = getRegion(element);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java
88
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
393
IndexedRegion
domRegion = VisualRefactoring.getRegion(element);
400
IndexedRegion
domRegion = VisualRefactoring.getRegion(valueNode);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java
87
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
803
if (attribute instanceof
IndexedRegion
) {
804
IndexedRegion
region = (
IndexedRegion
) attribute;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java
63
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
278
int relativeOffset = offset - ((
IndexedRegion
) currentNode).getStartOffset();
[
all
...]
Completed in 239 milliseconds
1
2