Searched refs:mContentFrame (Results 1 – 2 of 2) sorted by relevance
199 FrameLayout mContentFrame; field in VoiceInteractionSession1332 mContentFrame = (FrameLayout)mRootView.findViewById(android.R.id.content); in ensureWindowCreated()1841 mContentFrame.removeAllViews(); in setContentView()1842 mContentFrame.addView(view, new FrameLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT)); in setContentView()1843 mContentFrame.requestApplyInsets(); in setContentView()
50686 Landroid/service/voice/VoiceInteractionSession;->mContentFrame:Landroid/widget/FrameLayout;