Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
DWindowManagerImpl.java59 private ViewGroup mCurrentRootView; field in WindowManagerImpl
108 if (mCurrentRootView == null) { in addView()
162 mCurrentRootView = layout; in addView()
170 mCurrentRootView.setBackgroundColor(Color.argb(params.dimAmount, 0, 0, 0)); in addView()
180 mCurrentRootView.setBackgroundColor(backgroundColor); in addView()
183 mCurrentRootView.addView(arg0, frameLayoutParams); in addView()
190 if (mCurrentRootView != null) { in removeView()
191 mCurrentRootView.removeView(arg0); in removeView()
192 if (mBaseRootView != null && mCurrentRootView.getChildCount() == 0) { in removeView()
193 mBaseRootView.removeView(mCurrentRootView); in removeView()
[all …]