Searched refs:mDecorView (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DSystemBarHelperTest.java172 private View mDecorView; field in class:SystemBarHelperTest.TestWindow
176 mDecorView = decorView;
341 return mDecorView;
346 return mDecorView;
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java106 private PopupDecorView mDecorView; field in class:PopupWindow
168 if (anchor != null && mDecorView != null) {
170 mDecorView.getLayoutParams();
1014 TransitionManager.endTransitions(mDecorView);
1097 TransitionManager.endTransitions(mDecorView);
1164 if (mDecorView != null) {
1165 mDecorView.cancelTransitions();
1177 mDecorView = createDecorView(mBackgroundView);
1253 final PopupDecorView decorView = mDecorView;
1269 mDecorView
[all...]

Completed in 159 milliseconds