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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepositoryTest.java 69 repository.getTopAttributes("android.widget.RadioButton"));
72 repository.getTopAttributes("android.widget.CheckedTextView"));
74 repository.getTopAttributes("android.widget.NonExistent"));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 244 public @NonNull List<String> getTopAttributes() {
245 return ViewMetadataRepository.get().getTopAttributes(fqcn);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 570 public List<String> getTopAttributes() {
706 public List<String> getTopAttributes(String fqcn) {
709 return view.getTopAttributes();
    [all...]
ClientRulesEngine.java 252 public @NonNull List<String> getTopAttributes() {
253 return ViewMetadataRepository.get().getTopAttributes(fqcn);
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 547 List<String> attributes = metadata.getTopAttributes();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 179 Set<String> top = new HashSet<String>(repository.getTopAttributes(fqcn));
    [all...]

Completed in 71 milliseconds