Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java123 private Resources mSystemResources; field in BridgeContext
227 mSystemResources = Resources_Delegate.initSystem( in initResources()
233 mTheme = mSystemResources.newTheme(); in initResources()
497 return mSystemResources; in getResources()
700 Resources_Delegate.newTypeArray(mSystemResources, attrs.length, isPlatformFile); in obtainStyledAttributes()
938 Resources_Delegate.newTypeArray(mSystemResources, attrs.length, false); in createStyleBasedTypedArray()