HomeSort by relevance Sort by last modified time
    Searched refs:getAttributeDisplayName (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseViewRuleTest.java 27 assertEquals(null, BaseViewRule.getAttributeDisplayName(null));
28 assertEquals("", BaseViewRule.getAttributeDisplayName(""));
29 assertEquals("Foo", BaseViewRule.getAttributeDisplayName("foo"));
30 assertEquals("FooBar", BaseViewRule.getAttributeDisplayName("fooBar"));
31 assertEquals("Foo Bar", BaseViewRule.getAttributeDisplayName("foo_bar"));
33 // assertEquals("Foo Bar", BaseViewRule.getAttributeDisplayName("fooBar"));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 706 String title = getAttributeDisplayName(id);
    [all...]
BaseLayoutRule.java 168 titles.add(getAttributeDisplayName(name));
    [all...]

Completed in 4031 milliseconds