Home
last modified time | relevance | path

Searched refs:mInputView (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
DLeanbackImeService.java69 private View mInputView; field in LeanbackImeService
115 mInputView = mKeyboardController.getView(); in onCreateInputView()
116 mInputView.requestFocus(); in onCreateInputView()
117 return mInputView; in onCreateInputView()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputTestsBase.java79 protected View mInputView; field in InputTestsBase
221 mInputView = inflater.inflate(R.layout.input_view, vg); in setUp()
224 mLatinIME.setInputView(mInputView); in setUp()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java158 private View mInputView; field in LatinIME
824 mInputView = view; in setInputView()
1216 if (mInputView == null) { in onComputeInsets()
1224 final int inputHeight = mInputView.getHeight(); in onComputeInsets()
1316 if (mInputView != null) { in updateSoftInputWindowLayoutParameters()
1328 ViewLayoutUtils.updateLayoutHeightOf(mInputView, layoutHeight); in updateSoftInputWindowLayoutParameters()