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.java1612 public int[] getAttributeResolutionStack(@AttrRes int defStyleAttr,
1614 return mAssets.getAttributeResolutionStack(
DResources.java1958 public int[] getAttributeResolutionStack(@AttrRes int defStyleAttr, in getAttributeResolutionStack() method in Resources.Theme
1961 int[] stack = mThemeImpl.getAttributeResolutionStack( in getAttributeResolutionStack()
DAssetManager.java1261 int[] getAttributeResolutionStack(long themePtr, @AttrRes int defStyleAttr, in getAttributeResolutionStack() method in AssetManager
/frameworks/base/core/java/android/view/
DView.java6724 public int[] getAttributeResolutionStack(@AttrRes int attribute) {
6932 int[] attributeResolutionStack = context.getTheme().getAttributeResolutionStack(
/frameworks/base/core/api/
Dcurrent.txt14385 …method @NonNull public int[] getAttributeResolutionStack(@AttrRes int, @StyleRes int, @StyleRes in…
54051 method @NonNull public int[] getAttributeResolutionStack(@AttrRes int);