Searched refs:Resources_Delegate (Results 1 – 3 of 3) sorted by relevance
61 import android.content.res.Resources_Delegate;227 mSystemResources = Resources_Delegate.initSystem( in initResources()240 Resources_Delegate.disposeSystem(); in disposeResources()700 Resources_Delegate.newTypeArray(mSystemResources, attrs.length, isPlatformFile); in obtainStyledAttributes()938 Resources_Delegate.newTypeArray(mSystemResources, attrs.length, false); in createStyleBasedTypedArray()
704 …return count >= 0 ? Resources_Delegate.fillValues(mBridgeResources, array, new CharSequence[count]… in getTextArray()
58 public class Resources_Delegate { class