Searched refs:mInputView (Results 1 – 4 of 4) sorted by relevance
61 private View mInputView; field in TutorialEN176 mInputView.setOnTouchListener(null); in show()207 mInputView = inputView; in TutorialEN()254 mInputView.getLocationInWindow(mLocation); in start()256 mInputView.setOnTouchListener(this); in start()286 mInputView.setOnTouchListener(null); in hide()299 mInputView.setOnTouchListener(null); in onTouch()
62 private View mInputView; field in TutorialJAJP179 mInputView.setOnTouchListener(null); in show()211 mInputView = inputView; in TutorialJAJP()326 mInputView.getLocationInWindow(mLocation); in start()328 mInputView.setOnTouchListener(this); in start()368 mInputView.setOnTouchListener(null); in hide()381 mInputView.setOnTouchListener(null); in onTouch()
79 protected View mInputView; field in InputTestsBase221 mInputView = inflater.inflate(R.layout.input_view, vg); in setUp()224 mLatinIME.setInputView(mInputView); in setUp()
143 private View mInputView; field in LatinIME758 mInputView = view; in setInputView()1150 if (mInputView == null) { in onComputeInsets()1158 final int inputHeight = mInputView.getHeight(); in onComputeInsets()1252 if (mInputView != null) { in updateSoftInputWindowLayoutParameters()1264 ViewLayoutUtils.updateLayoutHeightOf(mInputView, layoutHeight); in updateSoftInputWindowLayoutParameters()