Searched refs:mEditInputType (Results 1 – 1 of 1) sorted by relevance
49 private int mEditInputType = 0; field in AlertDialogTask151 mEditInputType = 0; in setEditInputType()155 mEditInputType |= v; in setEditInputType()158 if (mEditInputType == 0) { in setEditInputType()159 mEditInputType = android.text.InputType.TYPE_CLASS_TEXT; in setEditInputType()224 mEditText.setInputType(mEditInputType); in onCreate()