Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java115 private BridgeXmlBlockParser mBlockParser; field in RenderSessionImpl
184mBlockParser = new BridgeXmlBlockParser(layoutParser, context, layoutParser.getLayoutNamespace()); in init()
318 view = SupportPreferencesUtil.inflatePreference(context, mBlockParser, in inflate()
321 view = Preference_Delegate.inflatePreference(context, mBlockParser, in inflate()
325 view = mInflater.inflate(mBlockParser, mContentRoot); in inflate()