HomeSort by relevance Sort by last modified time
    Searched refs:getWindowLayoutType (Results 1 - 7 of 7) sorted by null

  /frameworks/support/compat/java/android/support/v4/widget/
PopupWindowCompat.java 83 public int getWindowLayoutType(PopupWindow popupWindow) {
87 "getWindowLayoutType");
175 public int getWindowLayoutType(PopupWindow popupWindow) {
176 return popupWindow.getWindowLayoutType();
259 public static int getWindowLayoutType(PopupWindow popupWindow) {
260 return IMPL.getWindowLayoutType(popupWindow);
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 718 mPopupWindow.getWindowLayoutType());
721 mPopupWindow.getWindowLayoutType());
    [all...]
  /frameworks/base/core/java/android/widget/
PopupWindow.java     [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 863 milliseconds