Searched refs:setSoftInputMode (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DManyEditTextActivityScrollResize.java55 this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
H A DBigEditTextActivityNonScrollablePanScan.java37 getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
H A DBigEditTextActivityNonScrollableResize.java37 getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
H A DBigEditTextActivityScrollablePanScan.java39 getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
H A DBigEditTextActivityScrollableResize.java39 getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
H A DBottomEditTextActivityPanScan.java52 this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
H A DBottomEditTextActivityResize.java52 this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
H A DManyEditTextActivityNoScrollPanScan.java59 this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
H A DManyEditTextActivityScrollPanScan.java62 this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
H A DOneEditTextActivitySelected.java61 this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerDialog.java98 dialog.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
/frameworks/base/core/java/android/app/
H A DNativeActivity.java138 getWindow().setSoftInputMode(
H A DActivity.java5937 mWindow.setSoftInputMode(info.softInputMode);
/frameworks/base/core/java/android/preference/
H A DDialogPreference.java334 window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE);
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java345 public void setSoftInputMode(int mode) { method in class:ListPopupWindow
346 mPopup.setSoftInputMode(mode);
350 * Returns the current value in {@link #setSoftInputMode(int)}.
352 * @see #setSoftInputMode(int)
H A DAutoCompleteTextView.java144 mPopup.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
H A DPopupWindow.java539 public void setSoftInputMode(int mode) { method in class:PopupWindow
544 * Returns the current value in {@link #setSoftInputMode(int)}.
546 * @see #setSoftInputMode(int)
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java362 public void setSoftInputMode(int mode) { method in class:ListPopupWindow
363 mPopup.setSoftInputMode(mode);
367 * Returns the current value in {@link #setSoftInputMode(int)}.
369 * @see #setSoftInputMode(int)
/frameworks/base/core/java/android/view/
H A DWindow.java752 public void setSoftInputMode(int mode) { method in class:Window
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDatePickerDialog.java166 activity.getWindow().setSoftInputMode(

Completed in 536 milliseconds