Searched refs:mInputView (Results 1 – 6 of 6) 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()
68 private KeyguardInputView mInputView; field in KeyguardSecurityViewFlipperControllerTest99 .thenReturn(mInputView); in showSecurityScreen_canInflateAllModes()
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 LatinIME842 mInputView = view; in setInputView()1234 if (mInputView == null) { in onComputeInsets()1242 final int inputHeight = mInputView.getHeight(); in onComputeInsets()1334 if (mInputView != null) { in updateSoftInputWindowLayoutParameters()1346 ViewLayoutUtils.updateLayoutHeightOf(mInputView, layoutHeight); in updateSoftInputWindowLayoutParameters()
504 View mInputView; field in InputMethodService1401 mInputView = null; in initViews()1862 if (mInputView == null) { in updateInputViewShown()2034 mInputView = view; in setInputView()2350 if (mInputView != null) { in hideWindow()2351 mInputView.dispatchWindowVisibilityChanged(View.GONE); in hideWindow()
25450 Landroid/inputmethodservice/InputMethodService;->mInputView:Landroid/view/View;