Searched refs:mContentFrame (Results 1 – 2 of 2) sorted by relevance
212 FrameLayout mContentFrame; field in VoiceInteractionSession1345 mContentFrame = (FrameLayout)mRootView.findViewById(android.R.id.content); in ensureWindowCreated()1879 mContentFrame.removeAllViews(); in setContentView()1880 mContentFrame.addView(view, new FrameLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT)); in setContentView()1881 mContentFrame.requestApplyInsets(); in setContentView()
50043 Landroid/service/voice/VoiceInteractionSession;->mContentFrame:Landroid/widget/FrameLayout;