Package org.robolectric.shadows
Class ShadowArscAssetManager14
java.lang.Object
org.robolectric.shadows.ShadowAssetManager
org.robolectric.shadows.ShadowAssetManager.ArscBase
org.robolectric.shadows.ShadowArscAssetManager10
org.robolectric.shadows.ShadowArscAssetManager14
@Implements(value=android.content.res.AssetManager.class,
            minSdk=34,
            shadowPicker=Picker.class)
public class ShadowArscAssetManager14
extends ShadowArscAssetManager10
- 
Nested Class SummaryNested classes/interfaces inherited from class org.robolectric.shadows.ShadowAssetManagerShadowAssetManager.ArscBase, ShadowAssetManager.Picker
- 
Field SummaryFields inherited from class org.robolectric.shadows.ShadowAssetManagerATTRIBUTE_TYPE_PRECIDENCE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static voidnativeSetApkAssets(long ptr, ApkAssets[] apkAssets, boolean invalidateCaches, boolean preset) protected static voidnativeSetConfiguration(long ptr, int mcc, int mnc, String locale, int orientation, int touchscreen, int density, int keyboard, int keyboard_hidden, int navigation, int screen_width, int screen_height, int smallest_screen_width_dp, int screen_width_dp, int screen_height_dp, int screen_layout, int ui_mode, int color_mode, int grammaticalGender, int major_version) protected static voidnativeSetConfiguration(long ptr, int mcc, int mnc, String defaultLocale, String[] locales, int orientation, int touchscreen, int density, int keyboard, int keyboardHidden, int navigation, int screenWidth, int screenHeight, int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp, int screenLayout, int uiMode, int colorMode, int grammaticalGender, int majorVersion, boolean forceRefresh) Methods inherited from class org.robolectric.shadows.ShadowArscAssetManager10getAssetAllocations, getGlobalAssetCount, getGlobalAssetManagerCount, getSystem, nativeApplyStyle, nativeAssetDestroy, nativeAssetGetLength, nativeAssetGetRemainingLength, nativeAssetRead, nativeAssetReadChar, nativeAssetSeek, nativeCreate, nativeCreateIdmapsForStaticOverlaysTargetingAndroid, nativeDestroy, nativeGetAssignedPackageIdentifiers, nativeGetAssignedPackageIdentifiers, nativeGetLocales, nativeGetResourceArray, nativeGetResourceArraySize, nativeGetResourceBagValue, nativeGetResourceEntryName, nativeGetResourceIdentifier, nativeGetResourceIntArray, nativeGetResourceName, nativeGetResourcePackageName, nativeGetResourceStringArray, nativeGetResourceStringArrayInfo, nativeGetResourceTypeName, nativeGetResourceValue, nativeGetSizeConfigurations, nativeGetStyleAttributes, nativeList, nativeOpenAsset, nativeOpenAssetFd, nativeOpenNonAsset, nativeOpenNonAssetFd, nativeOpenXmlAsset, nativeResolveAttrs, nativeRetrieveAttributes, nativeSetApkAssets, nativeSetConfiguration, nativeThemeApplyStyle, nativeThemeClear, nativeThemeCopy, nativeThemeCopy, nativeThemeCreate, nativeThemeDestroy, nativeThemeDump, nativeThemeGetAttributeValue, nativeThemeGetChangingConfigurations, nativeVerifySystemIdmaps, releaseTheme, resetMethods inherited from class org.robolectric.shadows.ShadowAssetManager.ArscBasegetCompileTimeResTable
- 
Constructor Details- 
ShadowArscAssetManager14public ShadowArscAssetManager14()
 
- 
- 
Method Details- 
nativeSetConfiguration@Implementation(minSdk=34, maxSdk=34) protected static void nativeSetConfiguration(long ptr, int mcc, int mnc, String locale, int orientation, int touchscreen, int density, int keyboard, int keyboard_hidden, int navigation, int screen_width, int screen_height, int smallest_screen_width_dp, int screen_width_dp, int screen_height_dp, int screen_layout, int ui_mode, int color_mode, int grammaticalGender, int major_version) 
- 
nativeSetConfiguration@Implementation(minSdk=35) @InDevelopment protected static void nativeSetConfiguration(long ptr, int mcc, int mnc, String defaultLocale, String[] locales, int orientation, int touchscreen, int density, int keyboard, int keyboardHidden, int navigation, int screenWidth, int screenHeight, int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp, int screenLayout, int uiMode, int colorMode, int grammaticalGender, int majorVersion, boolean forceRefresh) 
- 
nativeSetApkAssets@Implementation(minSdk=35) @InDevelopment protected static void nativeSetApkAssets(long ptr, ApkAssets[] apkAssets, boolean invalidateCaches, boolean preset) 
 
-