Searched refs:baseInputType (Results 1 – 1 of 1) sorted by relevance
233 final int baseInputType = InputType.TYPE_TEXT_FLAG_MULTI_LINE; in onMenuItemClick() local236 mRecipientTextView.setInputType(baseInputType | InputType.TYPE_CLASS_PHONE); in onMenuItemClick()239 mRecipientTextView.setInputType(baseInputType | InputType.TYPE_CLASS_TEXT); in onMenuItemClick()