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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java883 } else if (st.createdPanelView != null) {
886 ViewGroup.LayoutParams lp = st.createdPanelView.getLayoutParams();
936 cb.onPreparePanel(FEATURE_OPTIONS_PANEL, st.createdPanelView, st.menu)) {
1003 if (st.createdPanelView != null) {
1004 st.shownPanelView = st.createdPanelView;
1041 st.createdPanelView = cb.onCreatePanelView(st.featureId);
1053 if (st.createdPanelView == null) {
1099 if (!cb.onPreparePanel(FEATURE_OPTIONS_PANEL, st.createdPanelView, st.menu)) {
1556 View createdPanelView; field in class:ActionBarActivityDelegateBase.PanelFeatureState
1607 if (createdPanelView !
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java516 st.createdPanelView = cb.onCreatePanelView(st.featureId);
528 if (st.createdPanelView == null) {
577 if (!cb.onPreparePanel(st.featureId, st.createdPanelView, st.menu)) {
648 st.createdPanelView = null;
756 } else if (st.createdPanelView != null) {
759 ViewGroup.LayoutParams lp = st.createdPanelView.getLayoutParams();
1162 cb.onPreparePanel(FEATURE_OPTIONS_PANEL, st.createdPanelView, st.menu)) {
1308 if (st.createdPanelView != null) {
1309 st.shownPanelView = st.createdPanelView;
4344 View createdPanelView; field in class:PhoneWindow.PanelFeatureState
[all...]

Completed in 126 milliseconds