Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
H A DLeanbackImeService.java69 private View mInputView; field in LeanbackImeService
115 mInputView = mKeyboardController.getView(); in onCreateInputView()
116 mInputView.requestFocus(); in onCreateInputView()
117 return mInputView; in onCreateInputView()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipperControllerTest.java68 private KeyguardInputView mInputView; field in KeyguardSecurityViewFlipperControllerTest
99 .thenReturn(mInputView); in showSecurityScreen_canInflateAllModes()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputTestsBase.java79 protected View mInputView; field in InputTestsBase
221 mInputView = inflater.inflate(R.layout.input_view, vg); in setUp()
224 mLatinIME.setInputView(mInputView); in setUp()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java158 private View mInputView; field in LatinIME
842 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()
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java504 View mInputView; field in InputMethodService
1401 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25450 Landroid/inputmethodservice/InputMethodService;->mInputView:Landroid/view/View;