Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationInputManager.java94 private final ConversationImeKeyboard mImeInput; field in ConversationInputManager
100 mImeInput.onVisibilityChanged(imeOpen);
141 mImeInput = new ConversationImeKeyboard(this, mImeStateHost.isImeOpen()); in ConversationInputManager()
142 mInputs = new ConversationInput[] { mMediaInput, mSimInput, mImeInput }; in ConversationInputManager()
206 showHideInternal(mImeInput, show, animate); in showHideImeKeyboard()
249 return mImeInput.mShowing; in isImeKeyboardVisible()
315 if (target != mImeInput) { in handleOnShow()