android:windowSoftInputMode="adjustPan"
autocompleteTextView.setDropDownHeight(WindowManager.LayoutParams.MATCH_PARENT);
PopupWindow popupWindow = new PopupWindow(autocompleteTextView);
popupWindow.setHeight(WindowManager.LayoutParams.MATCH_PARENT);