Home
last modified time | relevance | path

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

/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DDialogActivity.java32 protected FrameLayout mContentFrame; field in DialogActivity
40 mContentFrame = (FrameLayout) findViewById(R.id.content); in onCreate()
52 mContentFrame.removeAllViews(); in setDialogContent()
53 getLayoutInflater().inflate(layoutRes, mContentFrame); in setDialogContent()
57 mContentFrame.removeAllViews(); in setDialogContent()
58 mContentFrame.addView(content); in setDialogContent()
62 if (mContentFrame.getChildCount() > 0) { in getDialogContent()
63 return mContentFrame.getChildAt(0); in getDialogContent()
/aosp12/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java160 FrameLayout mContentFrame; field in VoiceInteractionSession
1272 mContentFrame = (FrameLayout)mRootView.findViewById(android.R.id.content); in ensureWindowCreated()
1735 mContentFrame.removeAllViews(); in setContentView()
1736 mContentFrame.addView(view, new FrameLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT)); in setContentView()
1737 mContentFrame.requestApplyInsets(); in setContentView()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt54009 Landroid/service/voice/VoiceInteractionSession;->mContentFrame:Landroid/widget/FrameLayout;