HomeSort by relevance Sort by last modified time
    Searched defs:shownPanelView (Results 1 - 2 of 2) sorted by null

  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 717 // This will populate st.shownPanelView
722 ViewGroup.LayoutParams lp = st.shownPanelView.getLayoutParams();
740 ViewParent shownPanelParent = st.shownPanelView.getParent();
742 ((ViewGroup) shownPanelParent).removeView(st.shownPanelView);
744 st.decorView.addView(st.shownPanelView, lp);
750 if (!st.shownPanelView.hasFocus()) {
751 st.shownPanelView.requestFocus();
839 st.shownPanelView = null;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 138 milliseconds