Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java199 FrameLayout mContentFrame; field in VoiceInteractionSession
1332 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50686 Landroid/service/voice/VoiceInteractionSession;->mContentFrame:Landroid/widget/FrameLayout;