HomeSort by relevance Sort by last modified time
    Searched refs:mInputType (Results 1 - 3 of 3) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
AlertDialogTask.java 48 private InputType mInputType;
65 mInputType = InputType.DEFAULT;
97 mInputType = InputType.MENU;
112 mInputType = InputType.SINGLE_CHOICE;
132 mInputType = InputType.MULTI_CHOICE;
144 mInputType = InputType.PLAIN_TEXT;
164 mInputType = InputType.PASSWORD;
178 switch (mInputType) {
288 if (mInputType == InputType.PLAIN_TEXT || mInputType == InputType.PASSWORD)
    [all...]
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
RecyclerViewActivity.java 304 int mInputType;
313 mInputType = inputType;
333 return mInputType;
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
RecyclerViewActivity.java 304 int mInputType;
313 mInputType = inputType;
333 return mInputType;

Completed in 78 milliseconds