OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:definedBy
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestAttributeInfo.java
36
public TestAttributeInfo(String name, EnumSet<Format> formats, String
definedBy
,
41
this.mDefinedBy =
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
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java
167
* @param
definedBy
the name of the class (fully qualified class name) which
170
public void setDefinedBy(String
definedBy
) {
171
mDefinedBy =
definedBy
;
AttrsXmlParser.java
191
String
definedBy
= info.getFullClassName();
195
attribute.setDefinedBy(
definedBy
);
220
String
definedBy
= viewLayoutClass.getFullClassName() + DOT_LAYOUT_PARAMS;
224
attribute.setDefinedBy(
definedBy
);
Completed in 287 milliseconds