HomeSort by relevance Sort by last modified time
    Searched full:backspace (Results 76 - 100 of 799) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/toybox/toys/pending/
fold.c 59 // len cannot be negative; not allowed to wrap after backspace
  /frameworks/base/data/keyboards/
Vendor_046d_Product_c532.kl 22 # - FORWARD_DEL is produced by fn + BACKSPACE
  /packages/apps/DocumentsUI/src/com/android/documentsui/
SharedInputHandler.java 62 // This is the Android back button, not backspace.
  /packages/apps/PhoneCommon/res/values-be/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"backspace"</string>
  /packages/apps/PhoneCommon/res/values-el/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"backspace"</string>
  /packages/apps/PhoneCommon/res/values-en-rAU/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"backspace"</string>
  /packages/apps/PhoneCommon/res/values-en-rGB/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"backspace"</string>
  /packages/apps/PhoneCommon/res/values-en-rIN/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"backspace"</string>
  /packages/apps/PhoneCommon/res/values-gu/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"backspace"</string>
  /packages/apps/PhoneCommon/res/values-hy/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"Backspace ??????"</string>
  /packages/apps/PhoneCommon/res/values-iw/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"Backspace"</string>
  /packages/apps/PhoneCommon/res/values-ja/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"Backspace"</string>
  /packages/apps/PhoneCommon/res/values-kn/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"backspace"</string>
  /packages/apps/PhoneCommon/res/values-lo/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"???? backspace"</string>
  /packages/apps/PhoneCommon/res/values-mr/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"backspace"</string>
  /packages/apps/PhoneCommon/res/values-ru/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"??????? Backspace."</string>
  /packages/apps/PhoneCommon/res/values-zh-rHK/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"Backspace ?"</string>
  /packages/apps/PhoneCommon/res/values-zh-rTW/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"Backspace ?"</string>
  /packages/apps/PhoneCommon/res/values-zu/
strings.xml 22 <string name="description_delete_button" msgid="88733669653753441">"i-backspace"</string>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
HardwareKeyboardEventDecoder.java 47 // the key for 'A' or Space, but also Backspace or Ctrl or Caps Lock.
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 224 BackSpace = new String[4];
234 BackSpace[1] = "" + (char) 10; // VMS shift deletes word back
235 BackSpace[2] = "\u0018"; // VMS control deletes line back
236 BackSpace[0] = BackSpace[3] = "\u007f"; // VMS other is delete
238 // BackSpace[0] = BackSpace[1] = BackSpace[2] = BackSpace[3] = "\b";
240 BackSpace[0] = "\b"
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
DialpadFragment.java 305 * Our own key listener, specialized for dealing with DTMF codes. 1. Ignore the backspace since it
331 /** special key listener ignores backspace. */
333 public boolean backspace(View view, Editable content, int keyCode, KeyEvent event) { method in class:DialpadFragment.DTMFKeyListener
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 13 KEYPRESS_SEQUENCES = ("<Key>", "<Key-BackSpace>", "<Key-Return>", "<Key-Tab>",
266 if (len(keysym) == 1 or keysym in ("underscore", "BackSpace")
280 # keysym == "BackSpace"
help.txt 161 Backspace deletes char to the left; DEL deletes char to the right.
162 Control-backspace deletes word left, Control-DEL deletes word right.
180 indentation, Backspace deletes up to 4 spaces if they are there. Tab
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 13 KEYPRESS_SEQUENCES = ("<Key>", "<Key-BackSpace>", "<Key-Return>", "<Key-Tab>",
266 if (len(keysym) == 1 or keysym in ("underscore", "BackSpace")
280 # keysym == "BackSpace"

Completed in 593 milliseconds

1 2 34 5 6 7 8 91011>>