Home
last modified time | relevance | path

Searched defs:mInputView (Results 1 – 3 of 3) 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
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
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java635 View mInputView; field in InputMethodService