Searched refs:decorView (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDialog.java543 final View decorView = getWindow().getDecorView();
545 || (x > (decorView.getWidth()+slop))
546 || (y > (decorView.getHeight()+slop));
/frameworks/policies/base/mid/com/android/internal/policy/impl/
H A DMidWindow.java438 if (st.decorView == null || st.refreshDecorView) {
439 if (st.decorView == null) {
440 // Initialize the panel decor, this will populate st.decorView
441 if (!initializePanelDecor(st) || (st.decorView == null))
443 } else if (st.refreshDecorView && (st.decorView.getChildCount() > 0)) {
445 st.decorView.removeAllViews();
467 st.decorView.setWindowBackground(getContext().getResources().getDrawable(
471 st.decorView.addView(st.shownPanelView, lp);
489 st.decorView.mDefaultOpacity);
493 wm.addView(st.decorView, l
2414 DecorView decorView; field in class:MidWindow.PanelFeatureState
[all...]
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DPhoneWindow.java521 if (st.decorView == null || st.refreshDecorView) {
522 if (st.decorView == null) {
523 // Initialize the panel decor, this will populate st.decorView
524 if (!initializePanelDecor(st) || (st.decorView == null))
526 } else if (st.refreshDecorView && (st.decorView.getChildCount() > 0)) {
528 st.decorView.removeAllViews();
550 st.decorView.setWindowBackground(getContext().getResources().getDrawable(
554 st.decorView.addView(st.shownPanelView, lp);
573 st.decorView.mDefaultOpacity);
578 wm.addView(st.decorView, l
2573 DecorView decorView; field in class:PhoneWindow.PanelFeatureState
[all...]

Completed in 24 milliseconds