Home
last modified time | relevance | path

Searched refs:repl (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/method/
H A DQwertyKeyListener.java273 Replaced[] repl = content.getSpans(0, content.length(), in onKeyDown() local
275 for (int a = 0; a < repl.length; a++) in onKeyDown()
276 content.removeSpan(repl[a]); in onKeyDown()
330 Replaced[] repl = content.getSpans(selStart - consider, selStart, in onKeyDown() local
333 if (repl.length > 0) { in onKeyDown()
334 int st = content.getSpanStart(repl[0]); in onKeyDown()
335 int en = content.getSpanEnd(repl[0]); in onKeyDown()
336 String old = new String(repl[0].mText); in onKeyDown()
338 content.removeSpan(repl[0]); in onKeyDown()
438 for (int a = 0; a < repl.length; a++) { in markAsReplaced()
[all …]
H A DTextKeyListener.java173 QwertyKeyListener.Replaced[] repl = e.getSpans(0, e.length(), in clear() local
175 final int count = repl.length; in clear()
177 e.removeSpan(repl[i]); in clear()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DLmkdConnection.java291 public boolean exchange(ByteBuffer req, ByteBuffer repl) { in exchange() argument
292 if (repl == null) { in exchange()
299 mReplyBuf = repl; in exchange()
H A DProcessList.java1525 ByteBuffer repl = ByteBuffer.allocate(4 * 2);
1530 repl.putInt(LMK_GETKILLCNT);
1531 repl.rewind();
1532 if (writeLmkd(buf, repl) && repl.getInt() == LMK_GETKILLCNT) {
1533 return new Integer(repl.getInt());
1571 private static boolean writeLmkd(ByteBuffer buf, ByteBuffer repl) {
1583 return sLmkdConnection.exchange(buf, repl);
/aosp14/frameworks/base/core/java/android/text/
H A DTextUtils.java2167 final String repl; in formatSimple() local
2175 repl = Boolean.toString((boolean) arg); in formatSimple()
2177 repl = Boolean.toString(arg != null); in formatSimple()
2189 repl = String.valueOf(arg); in formatSimple()
2198 repl = Integer.toHexString((int) arg); in formatSimple()
2200 repl = Long.toHexString((long) arg); in formatSimple()
2208 repl = "%"; in formatSimple()
2216 sb.replace(i, i + consume, repl); in formatSimple()
2219 final int prefixInsert = (prefixChar == '0' && repl.charAt(0) == '-') ? 1 : 0; in formatSimple()
2220 for (int k = repl.length(); k < prefixLen; k++) { in formatSimple()
[all …]
H A DSpannableStringBuilder.java518 CharSequence repl = mFilters[i].filter(tb, tbstart, tbend, this, start, end); in replace() local
520 if (repl != null) { in replace()
521 tb = repl; in replace()
523 tbend = repl.length(); in replace()
H A DHtml.java1079 private static void end(Editable text, Class kind, Object repl) { in end() argument
1083 setSpanFromMark(text, obj, repl); in end()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...