Searched refs:setWindowLayoutType (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/v4/api23/android/support/v4/widget/
H A DPopupWindowCompatApi23.java31 static void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { method in class:PopupWindowCompatApi23
32 popupWindow.setWindowLayoutType(layoutType);
/frameworks/support/v4/java/android/support/v4/widget/
H A DPopupWindowCompat.java38 void setWindowLayoutType(PopupWindow popupWindow, int layoutType); method in interface:PopupWindowCompat.PopupWindowImpl
70 public void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { method in class:PopupWindowCompat.BasePopupWindowImpl
85 public void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { method in class:PopupWindowCompat.GingerbreadPopupWindowImpl
86 PopupWindowCompatGingerbread.setWindowLayoutType(popupWindow, layoutType);
130 public void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { method in class:PopupWindowCompat.Api23PopupWindowImpl
131 PopupWindowCompatApi23.setWindowLayoutType(popupWindow, layoutType);
213 public static void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { method in class:PopupWindowCompat
214 IMPL.setWindowLayoutType(popupWindow, layoutType);
220 * @see #setWindowLayoutType(PopupWindow popupWindow, int)
/frameworks/support/v4/gingerbread/android/support/v4/widget/
H A DPopupWindowCompatGingerbread.java33 static void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { method in class:PopupWindowCompatGingerbread
37 "setWindowLayoutType", int.class);
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java540 public void setWindowLayoutType(int layoutType) { method in class:ListPopupWindow
600 mPopup.setWindowLayoutType(mDropDownWindowLayoutType);
H A DPopupWindow.java951 public void setWindowLayoutType(int layoutType) { method in class:PopupWindow
958 * @see #setWindowLayoutType(int)
H A DEditor.java3020 mPopupWindow.setWindowLayoutType(
4074 mContainer.setWindowLayoutType(WindowManager.LayoutParams.TYPE_APPLICATION_SUB_PANEL);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java579 public void setWindowLayoutType(int layoutType) { method in class:ListPopupWindow
638 PopupWindowCompat.setWindowLayoutType(mPopup, mDropDownWindowLayoutType);
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1662 popupWindow.setWindowLayoutType(
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java756 PopupWindowCompat.setWindowLayoutType(mActionModePopup,
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1581 mPrimaryActionModePopup.setWindowLayoutType(

Completed in 334 milliseconds