Searched defs:createdPanelView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java403 st.createdPanelView = cb.onCreatePanelView(st.featureId);
415 if (st.createdPanelView == null) {
464 if (!cb.onPreparePanel(st.featureId, st.createdPanelView, st.menu)) {
535 st.createdPanelView = null;
645 } else if (st.createdPanelView != null) {
648 ViewGroup.LayoutParams lp = st.createdPanelView.getLayoutParams();
1041 cb.onPreparePanel(FEATURE_OPTIONS_PANEL, st.createdPanelView, st.menu)) {
1158 if (st.createdPanelView != null) {
1159 st.shownPanelView = st.createdPanelView;
3507 View createdPanelView; field in class:PhoneWindow.PanelFeatureState
[all...]

Completed in 111 milliseconds