HomeSort by relevance Sort by last modified time
    Searched refs:InputType (Results 101 - 124 of 124) sorted by null

1 2 3 45

  /frameworks/base/core/java/android/app/
SearchableInfo.java 31 import android.text.InputType;
319 InputType.TYPE_CLASS_TEXT |
320 InputType.TYPE_TEXT_VARIATION_NORMAL);
722 * {@link InputType#TYPE_CLASS_TEXT} if not specified (which is appropriate
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPassword.java 33 import android.text.InputType;
209 : (InputType.TYPE_CLASS_NUMBER | InputType.TYPE_NUMBER_VARIATION_PASSWORD));
  /frameworks/base/core/java/android/widget/
NumberPicker.java 34 import android.text.InputType;
643 mInputText.setRawInputType(InputType.TYPE_CLASS_NUMBER);
    [all...]
SearchView.java 41 import android.text.InputType;
297 int inputType = a.getInt(R.styleable.SearchView_inputType, -1);
298 if (inputType != -1) {
299 setInputType(inputType);
386 * @param inputType the input type to set on the query text field
390 public void setInputType(int inputType) {
391 mQueryTextView.setInputType(inputType);
    [all...]
TextView.java 53 import android.text.InputType;
559 int inputType = EditorInfo.TYPE_NULL;
810 inputType = a.getInt(attr, mInputType);
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 40 import android.text.InputType;
747 InputType.TYPE_CLASS_TEXT | (((CheckBox) view).isChecked() ?
748 InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD :
749 InputType.TYPE_TEXT_VARIATION_PASSWORD));
  /external/clang/lib/Driver/
Tools.cpp 368 types::ID InputType = Inputs[0].getType();
369 if (types::isCXX(InputType)) {
371 = types::isObjC(InputType) && isObjCAutoRefCount(Args);
    [all...]
ToolChains.cpp 175 types::ID InputType) const {
176 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType));
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 34 import android.text.InputType;
201 * important part of this is {@link android.view.inputmethod.EditorInfo#inputType
202 * EditorInfo.inputType}; in particular, if this is
213 * update a soft keyboard to be appropriate for the new inputType.</p>
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 29 import android.text.InputType;
175 InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS | InputType.TYPE_TEXT_FLAG_CAP_WORDS);
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLInputElement.cpp 44 #include "InputType.h"
85 , m_inputType(InputType::createText(this))
446 OwnPtr<InputType> newType = InputType::create(this, fastGetAttribute(typeAttr));
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_unittest.cc 272 TEST_F(AutocompleteTest, InputType) {
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 45 import android.text.InputType;
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 40 import android.text.InputType;
243 setInputType(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/dialpad/
DialpadFragment.java 303 mDigits.setInputType(android.text.InputType.TYPE_CLASS_PHONE);
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/webkit/Source/WebCore/
Android.mk 346 html/InputType.cpp \
    [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/5/
android.jar 

Completed in 501 milliseconds

1 2 3 45