Searched refs:mInputView (Results 1 – 3 of 3) sorted by relevance
69 private View mInputView; field in LeanbackImeService115 mInputView = mKeyboardController.getView(); in onCreateInputView()116 mInputView.requestFocus(); in onCreateInputView()117 return mInputView; in onCreateInputView()
79 protected View mInputView; field in InputTestsBase221 mInputView = inflater.inflate(R.layout.input_view, vg); in setUp()224 mLatinIME.setInputView(mInputView); in setUp()
158 private View mInputView; field in LatinIME824 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()