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()
66 protected View mInputView; field in InputTestsBase198 mInputView = inflater.inflate(R.layout.input_view, vg); in setUp()201 mLatinIME.setInputView(mInputView); in setUp()
155 private View mInputView; field in LatinIME733 mInputView = view; in setInputView()1139 final int inputHeight = mInputView.getHeight(); in onComputeInsets()1216 if (mInputView != null) { in updateFullscreenMode()1228 ViewLayoutUtils.updateLayoutHeightOf(mInputView, layoutHeight); in updateFullscreenMode()