OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mBlockCalls
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/emoji/core/src/android/support/text/emoji/widget/
SpannableBuilder.java
363
private final AtomicInteger
mBlockCalls
= new AtomicInteger(0);
386
* (
mBlockCalls
is set) and the span that is added is an EmojiSpan.
390
if (
mBlockCalls
.get() > 0 && isEmojiSpan(what)) {
398
* (
mBlockCalls
is set) and the span that is added is an EmojiSpan.
402
if (
mBlockCalls
.get() > 0 && isEmojiSpan(what)) {
410
* (
mBlockCalls
is set) and the span that is added is an EmojiSpan.
415
if (
mBlockCalls
.get() > 0 && isEmojiSpan(what)) {
422
mBlockCalls
.incrementAndGet();
426
mBlockCalls
.decrementAndGet();
/prebuilts/sdk/current/support/emoji/libs/
android-support-emoji.jar
Completed in 365 milliseconds