OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIncludedWithin
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java
171
private @Nullable Reference
mIncludedWithin
;
293
return mAlternateInput != null ||
mIncludedWithin
!= null;
306
} else if (
mIncludedWithin
!= null) {
307
return
mIncludedWithin
.getFile();
482
mIncludedWithin
= includedWithin;
522
if (
mIncludedWithin
!= null) {
523
renderService.setIncludedWithin(
mIncludedWithin
);
[
all
...]
RenderService.java
98
private Reference
mIncludedWithin
;
337
mIncludedWithin
= includedWithin;
372
if (
mIncludedWithin
!= null) {
374
String contextLayoutName =
mIncludedWithin
.getName();
GraphicalEditorPart.java
270
private Reference
mIncludedWithin
;
[
all
...]
Completed in 27 milliseconds