Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactPickerFragment.java233 final int baseInputType = InputType.TYPE_TEXT_FLAG_MULTI_LINE; in onMenuItemClick() local
236 mRecipientTextView.setInputType(baseInputType | InputType.TYPE_CLASS_PHONE); in onMenuItemClick()
239 mRecipientTextView.setInputType(baseInputType | InputType.TYPE_CLASS_TEXT); in onMenuItemClick()