Home
last modified time | relevance | path

Searched refs:getAttributeResolutionStack (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/res/
DResourcesImpl.java1491 public int[] getAttributeResolutionStack(@AttrRes int defStyleAttr,
1493 return mAssets.getAttributeResolutionStack(
DResources.java1937 public int[] getAttributeResolutionStack(@AttrRes int defStyleAttr, in getAttributeResolutionStack() method in Resources.Theme
1940 int[] stack = mThemeImpl.getAttributeResolutionStack( in getAttributeResolutionStack()
DAssetManager.java1157 int[] getAttributeResolutionStack(long themePtr, @AttrRes int defStyleAttr, in getAttributeResolutionStack() method in AssetManager
/frameworks/base/core/java/android/view/
DView.java6368 public int[] getAttributeResolutionStack(@AttrRes int attribute) {
6576 int[] attributeResolutionStack = context.getTheme().getAttributeResolutionStack(
/frameworks/base/core/api/
Dcurrent.txt13491 …method @NonNull public int[] getAttributeResolutionStack(@AttrRes int, @StyleRes int, @StyleRes in…
52109 method @NonNull public int[] getAttributeResolutionStack(@AttrRes int);