Searched refs:negativeBox (Results 1 – 1 of 1) sorted by relevance
322 final EditText negativeBox = new EditText(this); in showCheckStringsDialog() local323 negativeBox.setHint("Negative Button"); in showCheckStringsDialog()324 negativeBox.setInputType(InputType.TYPE_CLASS_NUMBER); in showCheckStringsDialog()325 layout.addView(negativeBox); in showCheckStringsDialog()336 final String negativeEntered = negativeBox.getText().toString(); in showCheckStringsDialog()