Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/ui/
DComposeMessageActivity.java284 private boolean mIsKeyboardOpen; field in ComposeMessageActivity
627 if (mIsKeyboardOpen && !QuickContact.ACTION_QUICK_CONTACT.equals(intent.getAction())) { in startActivityForResult()
2372 ", mIsKeyboardOpen=" + mIsKeyboardOpen); in onConfigurationChanged()
2379 mIsKeyboardOpen = config.keyboardHidden == KEYBOARDHIDDEN_NO; in resetConfiguration()
2401 } else if (mIsKeyboardOpen) { in onKeyboardStateChanged()
3930 if (!mIsKeyboardOpen) { in initFocus()