Home
last modified time | relevance | path

Searched refs:getAllAttributes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/res/
DResources.java1538 public int[] getAllAttributes() { in getAllAttributes() method in Resources.Theme
1539 return mThemeImpl.getAllAttributes(); in getAllAttributes()
DResourcesImpl.java1155 int[] getAllAttributes() { in getAllAttributes() method in ResourcesImpl.ThemeImpl
/frameworks/base/core/java/android/view/
DViewDebug.java900 int[] attributes = theme.getAllAttributes(); in getStyleAttributesDump()