Searched refs:mCurrentDepth (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/emoji/core/src/android/support/text/emoji/
H A DEmojiProcessor.java484 private int mCurrentDepth; field in class:EmojiProcessor.ProcessorSm
499 mCurrentDepth += 1;
507 if (mCurrentDepth == 1) {
533 mCurrentDepth = 1;
547 mCurrentDepth = 0;
576 || mCurrentDepth > 1);

Completed in 29 milliseconds