Searched defs:shownPanelView (Results 1 - 1 of 1) sorted by path

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java577 // This will populate st.shownPanelView
582 ViewGroup.LayoutParams lp = st.shownPanelView.getLayoutParams();
600 ViewParent shownPanelParent = st.shownPanelView.getParent();
602 ((ViewGroup) shownPanelParent).removeView(st.shownPanelView);
604 st.decorView.addView(st.shownPanelView, lp);
610 if (!st.shownPanelView.hasFocus()) {
611 st.shownPanelView.requestFocus();
698 st.shownPanelView = null;
1118 st.shownPanelView = st.createdPanelView;
1134 st.shownPanelView
3279 View shownPanelView; field in class:PhoneWindow.PanelFeatureState
[all...]

Completed in 29 milliseconds