Searched refs:layoutType (Results 1 – 6 of 6) sorted by relevance
/frameworks/support/v4/java/android/support/v4/widget/ |
D | PopupWindowCompat.java | 38 void setWindowLayoutType(PopupWindow popupWindow, int layoutType); in setWindowLayoutType() argument 70 public void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { in setWindowLayoutType() argument 85 public void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { in setWindowLayoutType() argument 86 PopupWindowCompatGingerbread.setWindowLayoutType(popupWindow, layoutType); in setWindowLayoutType() 130 public void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { in setWindowLayoutType() argument 131 PopupWindowCompatApi23.setWindowLayoutType(popupWindow, layoutType); in setWindowLayoutType() 213 public static void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { in setWindowLayoutType() argument 214 IMPL.setWindowLayoutType(popupWindow, layoutType); in setWindowLayoutType()
|
/frameworks/support/v4/api23/android/support/v4/widget/ |
D | PopupWindowCompatApi23.java | 31 static void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { in setWindowLayoutType() argument 32 popupWindow.setWindowLayoutType(layoutType); in setWindowLayoutType()
|
/frameworks/support/v4/gingerbread/android/support/v4/widget/ |
D | PopupWindowCompatGingerbread.java | 33 static void setWindowLayoutType(PopupWindow popupWindow, int layoutType) { in setWindowLayoutType() argument 47 sSetWindowLayoutTypeMethod.invoke(popupWindow, layoutType); in setWindowLayoutType()
|
/frameworks/base/core/java/android/widget/ |
D | ListPopupWindow.java | 540 public void setWindowLayoutType(int layoutType) { in setWindowLayoutType() argument 541 mDropDownWindowLayoutType = layoutType; in setWindowLayoutType()
|
D | PopupWindow.java | 951 public void setWindowLayoutType(int layoutType) { in setWindowLayoutType() argument 952 mWindowLayoutType = layoutType; in setWindowLayoutType()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ListPopupWindow.java | 579 public void setWindowLayoutType(int layoutType) { in setWindowLayoutType() argument 580 mDropDownWindowLayoutType = layoutType; in setWindowLayoutType()
|