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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java1157 } else if (st.createdPanelView != null) {
1160 ViewGroup.LayoutParams lp = st.createdPanelView.getLayoutParams();
1210 cb.onPreparePanel(FEATURE_OPTIONS_PANEL, st.createdPanelView, st.menu)) {
1277 if (st.createdPanelView != null) {
1278 st.shownPanelView = st.createdPanelView;
1315 st.createdPanelView = cb.onCreatePanelView(st.featureId);
1327 if (st.createdPanelView == null &&
1375 if (!cb.onPreparePanel(FEATURE_OPTIONS_PANEL, st.createdPanelView, st.menu)) {
1880 View createdPanelView; field in class:AppCompatDelegateImplV7.PanelFeatureState
1931 if (createdPanelView !
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java586 st.createdPanelView = cb.onCreatePanelView(st.featureId);
598 if (st.createdPanelView == null) {
647 if (!cb.onPreparePanel(st.featureId, st.createdPanelView, st.menu)) {
732 st.createdPanelView = null;
840 } else if (st.createdPanelView != null) {
843 ViewGroup.LayoutParams lp = st.createdPanelView.getLayoutParams();
1246 cb.onPreparePanel(FEATURE_OPTIONS_PANEL, st.createdPanelView, st.menu)) {
1392 if (st.createdPanelView != null) {
1393 st.shownPanelView = st.createdPanelView;
3356 View createdPanelView; field in class:PhoneWindow.PanelFeatureState
[all...]

Completed in 90 milliseconds