Home
last modified time | relevance | path

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