Home
last modified time | relevance | path

Searched refs:mInputView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/
DSimpleInputMethodService.java35 private FrameLayout mInputView; field in SimpleInputMethodService
40 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
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardSecurityViewFlipperControllerTest.java74 private KeyguardInputView mInputView; field in KeyguardSecurityViewFlipperControllerTest
108 .thenReturn(mInputView); in showSecurityScreen_canInflateAllModes()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java654 View mInputView; field in InputMethodService
1880 mInputView = null; in initViews()
2366 if (mInputView == null) { in updateInputViewShown()
2538 mInputView = view; in setInputView()
3287 if (mInputView != null) {
3288 mInputView.dispatchWindowVisibilityChanged(View.GONE);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22572 Landroid/inputmethodservice/InputMethodService;->mInputView:Landroid/view/View;