Searched refs:mEditInputType (Results 1 – 1 of 1) sorted by relevance
50 private int mEditInputType = 0; field in AlertDialogTask152 mEditInputType = 0; in setEditInputType()156 mEditInputType |= v; in setEditInputType()159 if (mEditInputType == 0) { in setEditInputType()160 mEditInputType = android.text.InputType.TYPE_CLASS_TEXT; in setEditInputType()225 mEditText.setInputType(mEditInputType); in onCreate()