Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTableTheme.java37 private final int styleResId; field in ResTableTheme.AppliedStyle
40 public AppliedStyle(int styleResId, boolean forced) { in AppliedStyle() argument
41 this.styleResId = styleResId; in AppliedStyle()
48 boolean found = mTable.getResourceName(styleResId, true, resourceName); in toString()