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.java96 dialog.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
/frameworks/base/core/java/android/app/
H A DNativeActivity.java139 getWindow().setSoftInputMode(
H A DActivity.java5206 mWindow.setSoftInputMode(info.softInputMode);
/frameworks/base/core/java/android/preference/
H A DDialogPreference.java326 window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE);
/frameworks/base/core/java/android/view/
H A DWindow.java688 public void setSoftInputMode(int mode) { method in class:Window
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDatePickerDialog.java164 activity.getWindow().setSoftInputMode(
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java331 public void setSoftInputMode(int mode) { method in class:ListPopupWindow
332 mPopup.setSoftInputMode(mode);
336 * Returns the current value in {@link #setSoftInputMode(int)}.
338 * @see #setSoftInputMode(int)
H A DAutoCompleteTextView.java141 mPopup.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
H A DPopupWindow.java486 public void setSoftInputMode(int mode) { method in class:PopupWindow
491 * Returns the current value in {@link #setSoftInputMode(int)}.
493 * @see #setSoftInputMode(int)
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListPopupWindow.java304 public void setSoftInputMode(int mode) { method in class:ListPopupWindow
305 mPopup.setSoftInputMode(mode);
309 * Returns the current value in {@link #setSoftInputMode(int)}.
311 * @see #setSoftInputMode(int)

Completed in 6222 milliseconds