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.java1571 public int[] getAllAttributes() { in getAllAttributes() method in Resources.Theme
1572 return mThemeImpl.getAllAttributes(); in getAllAttributes()
DResourcesImpl.java1245 int[] getAllAttributes() { in getAllAttributes() method in ResourcesImpl.ThemeImpl
/frameworks/base/core/java/android/view/
DViewDebug.java905 int[] attributes = theme.getAllAttributes(); in getStyleAttributesDump()