OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indexedregion
(Results
1 - 25
of
31
) sorted by null
1
2
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ObsoleteLayoutParamsFix.java
24
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
59
if (attribute instanceof
IndexedRegion
) {
60
IndexedRegion
region = (
IndexedRegion
) attribute;
SetPropertyFix.java
35
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
93
if (attr instanceof
IndexedRegion
) {
94
IndexedRegion
region = (
IndexedRegion
) attr;
TypographyFix.java
28
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
66
IndexedRegion
region = (
IndexedRegion
) child;
EclipseLintClient.java
92
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
380
IndexedRegion
region = l.mRegion;
741
return new LazyLocation(context.file, model.getStructuredDocument(), (
IndexedRegion
) node);
747
IndexedRegion
region = (
IndexedRegion
) node;
765
return new LazyLocation(context.file, model.getStructuredDocument(), (
IndexedRegion
) node);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
PasteAction.java
30
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
84
if (xml_node instanceof
IndexedRegion
) {
85
IndexedRegion
region = (
IndexedRegion
) xml_node;
112
if (xml_node instanceof
IndexedRegion
) {
113
IndexedRegion
region = (
IndexedRegion
) xml_node;
CopyCutAction.java
34
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
171
} else if (xml_node instanceof
IndexedRegion
&& sse_doc != null) {
173
IndexedRegion
region = (
IndexedRegion
) xml_node;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlFormatPreferences.java
29
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
78
IndexedRegion
region1 = (
IndexedRegion
) attr1;
79
IndexedRegion
region2 = (
IndexedRegion
) attr2;
AndroidXmlFormattingStrategy.java
61
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
196
IndexedRegion
currentIndexedRegion = model.getIndexedRegion(startOffset);
210
IndexedRegion
currentIndexedRegion = model.getIndexedRegion(endOffset);
298
replaceStart = ((
IndexedRegion
) startNode).getStartOffset();
302
replaceEnd = ((
IndexedRegion
) endNode).getEndOffset();
714
IndexedRegion
region = (
IndexedRegion
) node;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringUtil.java
37
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
130
IndexedRegion
region = (
IndexedRegion
) attr;
158
IndexedRegion
region = (
IndexedRegion
) element;
RenameResourceParticipant.java
77
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
610
IndexedRegion
region = (
IndexedRegion
) attr;
652
IndexedRegion
region = (
IndexedRegion
) child;
AndroidPackageRenameParticipant.java
75
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
125
if (attribute instanceof
IndexedRegion
) {
126
IndexedRegion
ir = (
IndexedRegion
) attribute;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadataTest.java
37
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
68
IndexedRegion
region = (
IndexedRegion
) node;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFix.java
58
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
222
private
IndexedRegion
perform(IDocument doc) {
236
private
IndexedRegion
perform(IFile file) {
255
private
IndexedRegion
perform(IStructuredModel model) {
263
return (
IndexedRegion
) attr;
317
IndexedRegion
indexedRegion
= perform(mFile);
318
if (
indexedRegion
!= null) {
321
new Region(
indexedRegion
.getStartOffset(),
indexedRegion
.getLength())
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java
80
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
169
if (element instanceof
IndexedRegion
) {
170
IndexedRegion
region = (
IndexedRegion
) element;
206
if (xmlNode instanceof
IndexedRegion
) {
207
IndexedRegion
region = (
IndexedRegion
) xmlNode;
537
List<
IndexedRegion
> skip = new ArrayList<
IndexedRegion
>();
549
if (attr instanceof
IndexedRegion
) {
[
all
...]
WrapInRefactoring.java
52
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
242
if (attribute instanceof
IndexedRegion
) {
244
IndexedRegion
region = (
IndexedRegion
) attribute;
342
if (attribute instanceof
IndexedRegion
) {
343
IndexedRegion
region = (
IndexedRegion
) attribute;
RefactoringAssistant.java
52
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
174
if (node instanceof
IndexedRegion
) {
175
IndexedRegion
region = (
IndexedRegion
) node;
ChangeViewRefactoring.java
47
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
171
IndexedRegion
region = getRegion(element);
200
IndexedRegion
range = getRegion(element);
UnwrapRefactoring.java
40
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
192
if (attribute instanceof
IndexedRegion
) {
ExtractStyleRefactoring.java
72
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
253
IndexedRegion
elementRegion = getRegion(element);
282
IndexedRegion
region = getRegion(attribute);
471
if (lastChild instanceof
IndexedRegion
) {
472
IndexedRegion
region = (
IndexedRegion
) lastChild;
ChangeLayoutRefactoring.java
71
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
369
if (node instanceof
IndexedRegion
) {
370
IndexedRegion
region = (
IndexedRegion
) node;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java
55
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
532
if (node instanceof
IndexedRegion
&& getInputFile() != null) {
533
IndexedRegion
indexedRegion
= (
IndexedRegion
) node;
534
IRegion region = new Region(
indexedRegion
.getStartOffset(),
535
indexedRegion
.getEndOffset() -
indexedRegion
.getStartOffset());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java
37
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
286
IndexedRegion
indexedRegion
= model.getIndexedRegion(offset);
287
if (
indexedRegion
!= null) {
288
node = (Node)
indexedRegion
;
309
IndexedRegion
previousRegion = (
IndexedRegion
) lastChild;
358
if (node instanceof
IndexedRegion
) {
359
IndexedRegion
region = (
IndexedRegion
) node
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java
86
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
[
all
...]
Hyperlinks.java
139
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java
42
import org.eclipse.wst.sse.core.internal.provisional.
IndexedRegion
;
291
assertTrue(element instanceof
IndexedRegion
);
Completed in 231 milliseconds
1
2