Class ShadowLegacyAssetManager

    • Field Detail

      • ATTRIBUTE_TYPE_PRECIDENCE

        public static final com.google.common.collect.Ordering<String> ATTRIBUTE_TYPE_PRECIDENCE
    • Constructor Detail

      • ShadowLegacyAssetManager

        public ShadowLegacyAssetManager()
    • Method Detail

      • getAttrTypeData

        public org.robolectric.res.TypedResource getAttrTypeData​(org.robolectric.res.ResName resName)
      • __constructor__

        @Implementation
        protected void __constructor__()
      • __constructor__

        @Implementation
        protected void __constructor__​(boolean isSystem)
      • nativeCreate

        @Implementation(minSdk=28)
        protected static long nativeCreate()
      • init

        @HiddenApi
        @Implementation(maxSdk=20)
        protected void init()
      • init

        @HiddenApi
        @Implementation(minSdk=21,
                        maxSdk=27)
        protected void init​(boolean isSystem)
      • getResourceTable

        protected org.robolectric.res.ResourceTable getResourceTable()
      • getResourceText

        @HiddenApi
        @Implementation
        public CharSequence getResourceText​(int ident)
      • getResourceBagText

        @HiddenApi
        @Implementation
        public CharSequence getResourceBagText​(int ident,
                                               int bagEntryId)
      • getStringBlockCount

        @HiddenApi
        @Implementation(maxSdk=27)
        protected int getStringBlockCount()
      • getResourceStringArray

        @HiddenApi
        @Implementation
        public String[] getResourceStringArray​(int id)
      • getResourceIdentifier

        @HiddenApi
        @Implementation
        public int getResourceIdentifier​(String name,
                                         String defType,
                                         String defPackage)
      • getResourceValue

        @HiddenApi
        @Implementation
        public boolean getResourceValue​(int ident,
                                        int density,
                                        TypedValue outValue,
                                        boolean resolveRefs)
      • getResourceTextArray

        @HiddenApi
        @Implementation
        public CharSequence[] getResourceTextArray​(int resId)
      • getThemeValue

        @HiddenApi
        @Implementation(maxSdk=20)
        public boolean getThemeValue​(int themePtr,
                                     int ident,
                                     TypedValue outValue,
                                     boolean resolveRefs)
      • getThemeValue

        @HiddenApi
        @Implementation(minSdk=21)
        public boolean getThemeValue​(long themePtr,
                                     int ident,
                                     TypedValue outValue,
                                     boolean resolveRefs)
      • ensureStringBlocks

        @HiddenApi
        @Implementation(maxSdk=27)
        protected Object ensureStringBlocks()
      • seekAsset

        @HiddenApi
        @Implementation(maxSdk=20)
        protected final long seekAsset​(int asset,
                                       long offset,
                                       int whence)
      • seekAsset

        @HiddenApi
        @Implementation(minSdk=21,
                        maxSdk=27)
        protected long seekAsset​(long asset,
                                 long offset,
                                 int whence)
      • getAssetLength

        @HiddenApi
        @Implementation(maxSdk=20)
        protected final long getAssetLength​(int asset)
      • getAssetLength

        @HiddenApi
        @Implementation(minSdk=21,
                        maxSdk=27)
        protected long getAssetLength​(long asset)
      • getAssetRemainingLength

        @HiddenApi
        @Implementation(maxSdk=20)
        protected final long getAssetRemainingLength​(int asset)
      • getAssetRemainingLength

        @HiddenApi
        @Implementation(minSdk=21,
                        maxSdk=27)
        protected long getAssetRemainingLength​(long assetHandle)
      • destroyAsset

        @HiddenApi
        @Implementation(maxSdk=20)
        protected final void destroyAsset​(int asset)
      • destroyAsset

        @HiddenApi
        @Implementation(minSdk=21,
                        maxSdk=27)
        protected void destroyAsset​(long asset)
      • addAssetPath

        @HiddenApi
        @Implementation
        public int addAssetPath​(String path)
      • addAssetPathNative

        @HiddenApi
        @Implementation(minSdk=18,
                        maxSdk=23)
        protected final int addAssetPathNative​(String path)
      • addAssetPathNative

        @HiddenApi
        @Implementation(minSdk=24,
                        maxSdk=27)
        protected int addAssetPathNative​(String path,
                                         boolean appAsLib)
      • setApkAssets

        @HiddenApi
        @Implementation(minSdk=28)
        public void setApkAssets​(Object apkAssetsObject,
                                 Object invalidateCachesObject)
      • isUpToDate

        @HiddenApi
        @Implementation
        public boolean isUpToDate()
      • setLocale

        @HiddenApi
        @Implementation(maxSdk=23)
        public void setLocale​(String locale)
      • getLocales

        @Implementation
        protected String[] getLocales()
      • setConfiguration

        @HiddenApi
        @Implementation(maxSdk=25)
        public final void setConfiguration​(int mcc,
                                           int mnc,
                                           String locale,
                                           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 sdkVersion)
      • setConfiguration

        @HiddenApi
        @Implementation(minSdk=26,
                        maxSdk=33)
        public void setConfiguration​(int mcc,
                                     int mnc,
                                     String locale,
                                     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 majorVersion)
      • getArrayIntResource

        @HiddenApi
        @Implementation(maxSdk=27)
        public int[] getArrayIntResource​(int resId)
      • getResourceIntArray

        @HiddenApi
        @Implementation(minSdk=28)
        protected int[] getResourceIntArray​(int resId)
      • getArrayStringResource

        @HiddenApi
        @Implementation(maxSdk=27)
        protected String[] getArrayStringResource​(int arrayResId)
      • getArrayStringInfo

        @HiddenApi
        @Implementation(maxSdk=27)
        protected int[] getArrayStringInfo​(int arrayResId)
      • newTheme

        @HiddenApi
        @Implementation(maxSdk=27)
        protected Number newTheme()
      • getTypedArrayResource

        protected TypedArray getTypedArrayResource​(Resources resources,
                                                   int resId)
      • createTheme

        @HiddenApi
        @Implementation
        public Number createTheme()
      • dumpTheme

        @HiddenApi
        @Implementation(minSdk=21,
                        maxSdk=27)
        protected static void dumpTheme​(long theme,
                                        int priority,
                                        String tag,
                                        String prefix)
      • releaseTheme

        @HiddenApi
        @Implementation(maxSdk=20)
        public void releaseTheme​(int themePtr)
      • releaseTheme

        @HiddenApi
        @Implementation(minSdk=21)
        public void releaseTheme​(long themePtr)
      • deleteTheme

        @HiddenApi
        @Implementation(maxSdk=20)
        protected void deleteTheme​(int theme)
      • deleteTheme

        @HiddenApi
        @Implementation(minSdk=21,
                        maxSdk=27)
        protected void deleteTheme​(long theme)
      • applyThemeStyle

        @HiddenApi
        @Implementation(maxSdk=20)
        public static void applyThemeStyle​(int themePtr,
                                           int styleRes,
                                           boolean force)
      • applyThemeStyle

        @HiddenApi
        @Implementation(minSdk=21,
                        maxSdk=27)
        public static void applyThemeStyle​(long themePtr,
                                           int styleRes,
                                           boolean force)
      • copyTheme

        @HiddenApi
        @Implementation(maxSdk=20)
        public static void copyTheme​(int destPtr,
                                     int sourcePtr)
      • copyTheme

        @HiddenApi
        @Implementation(minSdk=21,
                        maxSdk=27)
        public static void copyTheme​(long destPtr,
                                     long sourcePtr)
      • nativeThemeCopy

        @HiddenApi
        @Implementation(minSdk=28,
                        maxSdk=28)
        protected static void nativeThemeCopy​(long destPtr,
                                              long sourcePtr)
      • nativeThemeCopy

        @HiddenApi
        @Implementation(minSdk=29)
        protected static void nativeThemeCopy​(long dstAssetManagerPtr,
                                              long dstThemePtr,
                                              long srcAssetManagerPtr,
                                              long srcThemePtr)
      • applyStyle

        @HiddenApi
        @Implementation(maxSdk=20)
        protected static boolean applyStyle​(int themeToken,
                                            int defStyleAttr,
                                            int defStyleRes,
                                            int xmlParserToken,
                                            int[] attrs,
                                            int[] outValues,
                                            int[] outIndices)
      • applyStyle

        @HiddenApi
        @Implementation(minSdk=26,
                        maxSdk=27)
        protected static void applyStyle​(long themeToken,
                                         int defStyleAttr,
                                         int defStyleRes,
                                         long xmlParserToken,
                                         int[] inAttrs,
                                         int length,
                                         long outValuesAddress,
                                         long outIndicesAddress)
      • applyStyleToTheme

        @HiddenApi
        @Implementation(minSdk=28)
        protected void applyStyleToTheme​(long themePtr,
                                         int resId,
                                         boolean force)
      • applyStyle

        @HiddenApi
        @Implementation(minSdk=21,
                        maxSdk=25)
        protected static boolean applyStyle​(long themeToken,
                                            int defStyleAttr,
                                            int defStyleRes,
                                            long xmlParserToken,
                                            int[] attrs,
                                            int[] outValues,
                                            int[] outIndices)
      • resolveAttrs

        @HiddenApi
        @Implementation(minSdk=21,
                        maxSdk=27)
        protected static boolean resolveAttrs​(long themeToken,
                                              int defStyleAttr,
                                              int defStyleRes,
                                              int[] inValues,
                                              int[] attrs,
                                              int[] outValues,
                                              int[] outIndices)
      • retrieveAttributes

        @HiddenApi
        @Implementation(maxSdk=20)
        protected boolean retrieveAttributes​(int xmlParserToken,
                                             int[] attrs,
                                             int[] outValues,
                                             int[] outIndices)
      • retrieveAttributes

        @Implementation(minSdk=21,
                        maxSdk=27)
        protected boolean retrieveAttributes​(long xmlParserToken,
                                             int[] attrs,
                                             int[] outValues,
                                             int[] outIndices)
      • loadThemeAttributeValue

        @HiddenApi
        @Implementation(maxSdk=20)
        protected static int loadThemeAttributeValue​(int themeHandle,
                                                     int ident,
                                                     TypedValue outValue,
                                                     boolean resolve)
      • loadThemeAttributeValue

        @HiddenApi
        @Implementation(minSdk=21,
                        maxSdk=27)
        protected static int loadThemeAttributeValue​(long themeHandle,
                                                     int ident,
                                                     TypedValue outValue,
                                                     boolean resolve)
      • resolveResName

        protected org.robolectric.res.ResName resolveResName​(org.robolectric.res.ResName resName,
                                                             org.robolectric.res.android.ResTable_config config)
      • resolveResourceValue

        protected org.robolectric.res.TypedResource resolveResourceValue​(org.robolectric.res.TypedResource value,
                                                                         org.robolectric.res.android.ResTable_config config,
                                                                         int resId)
      • getResourceName

        @Implementation
        protected String getResourceName​(int resid)
      • getResourcePackageName

        @Implementation
        protected String getResourcePackageName​(int resid)
      • getResourceTypeName

        @Implementation
        protected String getResourceTypeName​(int resid)
      • getResourceEntryName

        @Implementation
        protected String getResourceEntryName​(int resid)
      • getArraySize

        @Implementation(maxSdk=27)
        protected int getArraySize​(int id)
      • retrieveArray

        @Implementation(maxSdk=27)
        protected int retrieveArray​(int id,
                                    int[] outValues)
      • getNativeStringBlock

        @Implementation(maxSdk=27)
        protected Number getNativeStringBlock​(int block)
      • getAssignedPackageIdentifiers

        @Implementation(minSdk=21,
                        maxSdk=27)
        protected final SparseArray<String> getAssignedPackageIdentifiers()
      • loadResourceValue

        @Implementation(maxSdk=27)
        protected int loadResourceValue​(int ident,
                                        short density,
                                        TypedValue outValue,
                                        boolean resolve)
      • loadResourceBagValue

        @Implementation(maxSdk=27)
        protected int loadResourceBagValue​(int ident,
                                           int bagEntryId,
                                           TypedValue outValue,
                                           boolean resolve)
      • nativeAssetDestroy

        @Implementation(minSdk=28)
        protected static void nativeAssetDestroy​(long asset_ptr)
      • nativeAssetReadChar

        @Implementation(minSdk=28)
        protected static int nativeAssetReadChar​(long asset_ptr)
      • nativeAssetRead

        @Implementation(minSdk=28)
        protected static int nativeAssetRead​(long asset_ptr,
                                             byte[] java_buffer,
                                             int offset,
                                             int len)
                                      throws IOException
        Throws:
        IOException
      • nativeAssetSeek

        @Implementation(minSdk=28)
        protected static long nativeAssetSeek​(long asset_ptr,
                                              long offset,
                                              int whence)
      • nativeAssetGetLength

        @Implementation(minSdk=28)
        protected static long nativeAssetGetLength​(long asset_ptr)
      • nativeAssetGetRemainingLength

        @Implementation(minSdk=28)
        protected static long nativeAssetGetRemainingLength​(long asset_ptr)
      • nativeCreateIdmapsForStaticOverlaysTargetingAndroid

        @Implementation(minSdk=29,
                        maxSdk=30)
        protected static String[] nativeCreateIdmapsForStaticOverlaysTargetingAndroid()
      • reset

        @Resetter
        public static void reset()