Searched defs:setWindowLayoutType (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/compat/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/compat/java/android/support/v4/widget/
H A DPopupWindowCompat.java40 void setWindowLayoutType(PopupWindow popupWindow, int layoutType); method in interface:PopupWindowCompat.PopupWindowImpl
77 public void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { method in class:PopupWindowCompat.BasePopupWindowImpl
81 "setWindowLayoutType", int.class);
157 public void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { method in class:PopupWindowCompat.Api23PopupWindowImpl
158 PopupWindowCompatApi23.setWindowLayoutType(popupWindow, layoutType);
238 public static void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { method in class:PopupWindowCompat
239 IMPL.setWindowLayoutType(popupWindow, layoutType);
245 * @see #setWindowLayoutType(PopupWindow popupWindow, int)
/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.java953 public void setWindowLayoutType(int layoutType) { method in class:PopupWindow
960 * @see #setWindowLayoutType(int)
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java586 public void setWindowLayoutType(int layoutType) { method in class:ListPopupWindow
645 PopupWindowCompat.setWindowLayoutType(mPopup, mDropDownWindowLayoutType);

Completed in 444 milliseconds