Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/
H A 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
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipperControllerTest.java74 private KeyguardInputView mInputView; field in KeyguardSecurityViewFlipperControllerTest
108 .thenReturn(mInputView); in showSecurityScreen_canInflateAllModes()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java635 View mInputView; field in InputMethodService
1755 mInputView = null; in initViews()
2239 if (mInputView == null) { in updateInputViewShown()
2415 mInputView = view; in setInputView()
3020 if (mInputView != null) {
3021 mInputView.dispatchWindowVisibilityChanged(View.GONE);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22572 Landroid/inputmethodservice/InputMethodService;->mInputView:Landroid/view/View;