HomeSort by relevance Sort by last modified time
    Searched full:backspace (Results 51 - 75 of 231) sorted by null

1 23 4 5 6 7 8 910

  /frameworks/base/core/res/res/layout/
keyguard_screen_password_portrait.xml 99 since the backspace/IME switcher looks better inside -->
  /packages/apps/Phone/src/com/android/phone/
DTMFTwelveKeyDialer.java 129 * 1. Ignore the backspace since it is irrelevant.
151 /** special key listener ignores backspace. */
153 public boolean backspace(View view, Editable content, int keyCode, method in class:DTMFTwelveKeyDialer.DTMFKeyListener
EmergencyDialer.java 587 * Update the enabledness of the "Dial" and "Backspace" buttons if applicable.
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_browsertest.cc 482 // Backspace without search text should bring back keyword hint mode.
496 // backspace.
513 // Backspace at the beginning of the search text shall turn off
    [all...]
  /external/e2fsprogs/misc/
mke2fs.conf.5.in 59 "\et" (for the tab character), "\eb" (for the backspace character),
  /external/qemu/android/skin/
keyset.c 81 _KEYSYM1_(BACKSPACE) \
  /frameworks/base/policy/src/com/android/internal/policy/impl/
SimUnlockScreen.java 92 mBackSpaceButton = findViewById(R.id.backspace);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 314 // Set up backspace as an alias for the delete action within the canvas.
316 // "Delete" and it sends a backspace key code! In short, for Macs we should
317 // treat backspace as delete, and it's harmless (and probably useful) to
318 // handle backspace for other platforms as well.
    [all...]
  /external/chromium/chrome/browser/resources/keyboard/
main.js 521 new SvgKey(1.6, 'backspace', 'Backspace')
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dinput.h 426 #define DIK_BACK 0x0E /* backspace */
539 #define DIK_BACKSPACE DIK_BACK /* backspace */
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DINPUT.H 426 #define DIK_BACK 0x0E /* backspace */
539 #define DIK_BACKSPACE DIK_BACK /* backspace */
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 820 // Remember if backspace was pressed for the autofill. It is not clear how to
821 // find if backspace was pressed from textFieldDidBeginEditing and
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 104 g_signal_stop_emission_by_name(widget, "backspace");
853 g_signal_connect(m_nativeWidget.get(), "backspace", G_CALLBACK(backspaceCallback), this);
    [all...]
  /external/chromium/chrome/browser/extensions/
key_identifier_conversion_views.cc 157 { {"Backspace", "", "U+0008"}, ui::VKEY_BACK, 0 },
  /external/libvpx/examples/includes/geshi/geshi/
actionscript3.php 335 'BEST', 'BACKSPACE', 'AUTO', 'AT_TARGET', 'ASYNC_ERROR', 'AMF3',
  /external/qemu/android/
hw-events.h 58 KEY_CODE(BACKSPACE ,14) \
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_keyboard.c 69 keynames[SDLK_BACKSPACE] = "backspace";
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_events.c 597 /* BackSpace key */
  /external/webkit/Source/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 93 return VKEY_BACK; // (08) BACKSPACE key
KeyboardCodes.h 50 // VKEY_BACK (08) BACKSPACE key
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 168 return VK_BACK; // (08) BACKSPACE key
  /frameworks/base/core/java/android/text/method/
QwertyKeyListener.java 301 // special backspace case for undoing autotext
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SearchIndexManagerTest.java 351 // This can be achieved using the Korean IM by pressing ?, space, backspace, ? and so on
  /system/core/liblinenoise/
linenoise.c 247 case 127: /* backspace */
  /external/grub/stage2/
char_io.c 735 case 8: /* C-h backspace */
737 case 127: /* also backspace */

Completed in 1090 milliseconds

1 23 4 5 6 7 8 910