Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java152 ViewGroup mContentParent; field in PhoneWindow
407 if (mContentParent == null) { in setContentView()
410 mContentParent.removeAllViews(); in setContentView()
414 final Scene newScene = Scene.getSceneForLayout(mContentParent, layoutResID, in setContentView()
418 mLayoutInflater.inflate(layoutResID, mContentParent); in setContentView()
420 mContentParent.requestApplyInsets(); in setContentView()
438 if (mContentParent == null) { in setContentView()
441 mContentParent.removeAllViews(); in setContentView()
446 final Scene newScene = new Scene(mContentParent, view); in setContentView()
449 mContentParent.addView(view, params); in setContentView()
[all …]
DDecorView.java321 mWindow.mContentParent); in onDraw()
1327 mWindow.mContentParent.computeSystemWindowInsets(insets, rect);
1386 if (mWindow.mContentParent != null) {
1387 if (mWindow.mContentParent.getLayoutParams() instanceof MarginLayoutParams) {
1389 (MarginLayoutParams) mWindow.mContentParent.getLayoutParams();
1391 mWindow.mContentParent.setLayoutParams(mlp);