[go: nahoru, domu]

Searched refs:shownPanelView (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java1131 // This will populate st.shownPanelView
1136 ViewGroup.LayoutParams lp = st.shownPanelView.getLayoutParams();
1144 ViewParent shownPanelParent = st.shownPanelView.getParent();
1146 ((ViewGroup) shownPanelParent).removeView(st.shownPanelView);
1148 st.decorView.addView(st.shownPanelView, lp);
1154 if (!st.shownPanelView.hasFocus()) {
1155 st.shownPanelView.requestFocus();
1278 st.shownPanelView = st.createdPanelView;
1292 st.shownPanelView = (View) menuView;
1294 return st.shownPanelView !
1877 View shownPanelView; field in class:AppCompatDelegateImplV7.PanelFeatureState
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java802 // This will populate st.shownPanelView
807 ViewGroup.LayoutParams lp = st.shownPanelView.getLayoutParams();
825 ViewParent shownPanelParent = st.shownPanelView.getParent();
827 ((ViewGroup) shownPanelParent).removeView(st.shownPanelView);
829 st.decorView.addView(st.shownPanelView, lp);
835 if (!st.shownPanelView.hasFocus()) {
836 st.shownPanelView.requestFocus();
924 st.shownPanelView = null;
1393 st.shownPanelView = st.createdPanelView;
1409 st.shownPanelView
3359 View shownPanelView; field in class:PhoneWindow.PanelFeatureState
[all...]

Completed in 13 milliseconds