Searched refs:backspace (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/text/method/ |
H A D | BackspaceTest.java | 80 backspace(state, 0); in testCombiningEnclosingKeycaps() 85 backspace(state, 0); in testCombiningEnclosingKeycaps() 87 backspace(state, 0); in testCombiningEnclosingKeycaps() 92 backspace(state, 0); in testCombiningEnclosingKeycaps() 97 backspace(state, 0); in testCombiningEnclosingKeycaps() 99 backspace(state, 0); in testCombiningEnclosingKeycaps() 109 backspace(state, 0); in testVariationSelector() 113 backspace(state, 0); in testVariationSelector() 118 backspace(state, 0); in testVariationSelector() 120 backspace(state, 0); in testVariationSelector() [all …]
|
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | Printer.kt | 41 fun backspace() = stringBuilder.setLength(stringBuilder.length - 1) regex 60 backspace() 66 while (lastChar.isWhitespaceNonNewline()) backspace() 67 if (lastChar.isNewline()) backspace() 181 while (lastChar == ' ' || lastChar == '\n') backspace() 182 if (lastChar == ',') backspace()
|
/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | BaseKeyListener.java | 70 public boolean backspace(View view, Editable content, int keyCode, KeyEvent event) { in backspace() method in BaseKeyListener 498 handled = backspace(view, content, keyCode, event); in onKeyDown()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 47949 …method public boolean backspace(android.view.View, android.text.Editable, int, android.view.KeyEve…
|