Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java110 private BridgeXmlBlockParser mBlockParser; field in RenderSessionImpl
184mBlockParser = new BridgeXmlBlockParser(layoutParser, context, layoutParser.getLayoutNamespace()); in init()
321 view = SupportPreferencesUtil.inflatePreference(getContext(), mBlockParser, in inflate()
324 view = Preference_Delegate.inflatePreference(getContext(), mBlockParser, in inflate()
328 view = mInflater.inflate(mBlockParser, mContentRoot); in inflate()