OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:includedBy
(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/
ShowWithinMenu.java
36
final List<Reference>
includedBy
= finder.getIncludedBy(file);
38
if (
includedBy
!= null &&
includedBy
.size() > 0) {
39
for (final Reference reference :
includedBy
) {
47
if (
includedBy
== null ||
includedBy
.size() == 0) {
RenderPreviewManager.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java
186
final List<Reference>
includedBy
= finder.getIncludedBy(chooser.getEditedFile());
187
canPreviewIncluded =
includedBy
!= null && !
includedBy
.isEmpty();
Completed in 387 milliseconds