Searched refs:setWindowLayoutType (Results 1 - 9 of 9) 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/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/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/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)
H A DEditor.java2545 mPopupWindow.setWindowLayoutType(
3528 mContainer.setWindowLayoutType(WindowManager.LayoutParams.TYPE_APPLICATION_SUB_PANEL);
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1473 popupWindow.setWindowLayoutType(
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java698 PopupWindowCompat.setWindowLayoutType(mActionModePopup,
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java3386 mPrimaryActionModePopup.setWindowLayoutType(

Completed in 706 milliseconds