Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DAlertDialogTask.java48 private InputType mInputType; field in AlertDialogTask
65 mInputType = InputType.DEFAULT; in AlertDialogTask()
97 mInputType = InputType.MENU; in setItems()
112 mInputType = InputType.SINGLE_CHOICE; in setSingleChoiceItems()
132 mInputType = InputType.MULTI_CHOICE; in setMultiChoiceItems()
144 mInputType = InputType.PLAIN_TEXT; in setTextInput()
164 mInputType = InputType.PASSWORD; in setPasswordInput()
178 switch (mInputType) { in onCreate()
288 if (mInputType == InputType.PLAIN_TEXT || mInputType == InputType.PASSWORD) {