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 71 public List<String> getTopAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 188 public List<String> getTopAttributes() {
189 return ViewMetadataRepository.get().getTopAttributes(fqcn);
ViewMetadataRepository.java 560 public List<String> getTopAttributes() {
696 public List<String> getTopAttributes(String fqcn) {
699 return view.getTopAttributes();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 241 public List<String> getTopAttributes() {
242 return ViewMetadataRepository.get().getTopAttributes(fqcn);

Completed in 1005 milliseconds