Searched defs:setWindowLayoutType (Results 1 - 5 of 5) 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/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/support/v4/java/android/support/v4/widget/
H A DPopupWindowCompat.java35 void setWindowLayoutType(PopupWindow popupWindow, int layoutType); method in interface:PopupWindowCompat.PopupWindowImpl
60 public void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { method in class:PopupWindowCompat.BasePopupWindowImpl
75 public void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { method in class:PopupWindowCompat.GingerbreadPopupWindowImpl
76 PopupWindowCompatGingerbread.setWindowLayoutType(popupWindow, layoutType);
120 public void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { method in class:PopupWindowCompat.Api23PopupWindowImpl
121 PopupWindowCompatApi23.setWindowLayoutType(popupWindow, layoutType);
203 public static void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { method in class:PopupWindowCompat
204 IMPL.setWindowLayoutType(popupWindow, layoutType);
210 * @see #setWindowLayoutType(PopupWindow popupWindow, int)
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java529 public void setWindowLayoutType(int layoutType) { method in class:ListPopupWindow
588 mPopup.setWindowLayoutType(mDropDownWindowLayoutType);
H A DPopupWindow.java843 public void setWindowLayoutType(int layoutType) { method in class:PopupWindow
850 * @see #setWindowLayoutType(int)

Completed in 488 milliseconds