Searched refs:mResID (Results 1 – 3 of 3) sorted by relevance
184 if ("array".equals(td.mResources.getResourceTypeName(td.mResID))) { in loadCalendarDrawable()185 TypedArray ta = td.mResources.obtainTypedArray(td.mResID); in loadCalendarDrawable()258 final int mResID; field in IconProvider.ThemeData262 mResID = resID; in ThemeData()266 if (!"drawable".equals(mResources.getResourceTypeName(mResID))) { in loadPaddedDrawable()269 Drawable d = mResources.getDrawable(mResID).mutate(); in loadPaddedDrawable()
102 TypedArray ta = themeData.mResources.obtainTypedArray(themeData.mResID); in applyThemeData()
46 private final int mResID; field in MediaCodecSurfaceEncoder73 mResID = resId; in MediaCodecSurfaceEncoder()149 AssetFileDescriptor fd = mActivityContext.getResources().openRawResourceFd(mResID); in setUpSource()