Searched refs:mInputView (Results 1 – 4 of 4) sorted by relevance
35 private FrameLayout mInputView; field in SimpleInputMethodService40 mInputView = (FrameLayout) LayoutInflater.from(this).inflate(R.layout.input_view, null); in onCreateInputView()41 return mInputView; in onCreateInputView()47 mInputView.removeAllViews(); in onStartInputView()49 mInputView.addView(keyboard.inflateKeyboardView(LayoutInflater.from(this), mInputView)); in onStartInputView() local
74 private KeyguardInputView mInputView; field in KeyguardSecurityViewFlipperControllerTest108 .thenReturn(mInputView); in showSecurityScreen_canInflateAllModes()
654 View mInputView; field in InputMethodService1880 mInputView = null; in initViews()2366 if (mInputView == null) { in updateInputViewShown()2538 mInputView = view; in setInputView()3287 if (mInputView != null) {3288 mInputView.dispatchWindowVisibilityChanged(View.GONE);
22572 Landroid/inputmethodservice/InputMethodService;->mInputView:Landroid/view/View;