OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:definedBy
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java
191
String
definedBy
= info.getFullClassName();
195
attribute.setDefinedBy(
definedBy
);
220
String
definedBy
= viewLayoutClass.getFullClassName() + DOT_LAYOUT_PARAMS;
224
attribute.setDefinedBy(
definedBy
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java
504
for (final String
definedBy
: attributeSources) {
505
String sourceClass =
definedBy
;
518
if (
definedBy
.equals(node.getFqcn())) {
524
propertyActionTypes.add(RuleAction.createChoices("def_" +
definedBy
,
531
addPropertyActions(propertyActions, n, onChange,
definedBy
, false);
608
IMenuCallback onChange, String
definedBy
, boolean layoutParamsOnly) {
617
// If we have
definedBy
information, that is most accurate; all layout
620
if (
definedBy
!= null) {
621
if (!
definedBy
.endsWith(DOT_LAYOUT_PARAMS)) {
628
if (
definedBy
!= null && !definedBy.equals(property.getDefinedBy()))
[
all
...]
Completed in 59 milliseconds