Home
last modified time | relevance | path

Searched refs:getWindowLayoutType (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
DPopupWindowCompat.java36 int getWindowLayoutType(PopupWindow popupWindow); in getWindowLayoutType() method
65 public int getWindowLayoutType(PopupWindow popupWindow) { in getWindowLayoutType() method in PopupWindowCompat.BasePopupWindowImpl
80 public int getWindowLayoutType(PopupWindow popupWindow) { in getWindowLayoutType() method in PopupWindowCompat.GingerbreadPopupWindowImpl
81 return PopupWindowCompatGingerbread.getWindowLayoutType(popupWindow); in getWindowLayoutType()
125 public int getWindowLayoutType(PopupWindow popupWindow) { in getWindowLayoutType() method in PopupWindowCompat.Api23PopupWindowImpl
126 return PopupWindowCompatApi23.getWindowLayoutType(popupWindow); in getWindowLayoutType()
212 public static int getWindowLayoutType(PopupWindow popupWindow) { in getWindowLayoutType() method in PopupWindowCompat
213 return IMPL.getWindowLayoutType(popupWindow); in getWindowLayoutType()
/frameworks/support/v4/api23/android/support/v4/widget/
DPopupWindowCompatApi23.java35 static int getWindowLayoutType(PopupWindow popupWindow) { in getWindowLayoutType() method in PopupWindowCompatApi23
36 return popupWindow.getWindowLayoutType(); in getWindowLayoutType()
/frameworks/support/v4/gingerbread/android/support/v4/widget/
DPopupWindowCompatGingerbread.java54 static int getWindowLayoutType(PopupWindow popupWindow) { in getWindowLayoutType() method in PopupWindowCompatGingerbread
/frameworks/base/core/java/android/widget/
DPopupWindow.java852 public int getWindowLayoutType() { in getWindowLayoutType() method in PopupWindow
/frameworks/support/v4/api/
D23.txt3238 method public static int getWindowLayoutType(android.widget.PopupWindow);
Dcurrent.txt3244 method public static int getWindowLayoutType(android.widget.PopupWindow);
/frameworks/base/api/
Dcurrent.txt40711 method public int getWindowLayoutType();
Dsystem-current.txt43317 method public int getWindowLayoutType();