HomeSort by relevance Sort by last modified time
    Searched defs:getTopAttributes (Results 1 - 4 of 4) sorted by null

  /sdk/rule_api/src/com/android/ide/common/api/
IViewMetadata.java 59 public List<String> getTopAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 173 public List<String> getTopAttributes() {
174 return ViewMetadataRepository.get().getTopAttributes(fqcn);
ViewMetadataRepository.java 556 public List<String> getTopAttributes() {
692 public List<String> getTopAttributes(String fqcn) {
695 return view.getTopAttributes();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 231 public List<String> getTopAttributes() {
232 return ViewMetadataRepository.get().getTopAttributes(fqcn);

Completed in 101 milliseconds