Home
last modified time | relevance | path

Searched refs:getStyleAttributes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/res/
DAssetManager.java892 /*package*/ native final int[] getStyleAttributes(int themeRes); in getStyleAttributes() method in AssetManager
DResourcesImpl.java1346 return mAssets.getStyleAttributes(getAppliedStyleResId()); in getAllAttributes()