[go: nahoru, domu]

Searched defs:setWindowLayoutType (Results 1 - 6 of 6) 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.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/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)
/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);

Completed in 194 milliseconds