Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java212 FrameLayout mContentFrame; field in VoiceInteractionSession
1345 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt50043 Landroid/service/voice/VoiceInteractionSession;->mContentFrame:Landroid/widget/FrameLayout;