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

/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java356 if (mManager.isWaitInput()) {
1221 if (isWaitInput() && mColorWaitInput != DEFAULT_TRANSPARENT_COLOR) {
1230 + Integer.toHexString(backgroundColor) + "," + isWaitInput()
1283 public boolean isWaitInput() { method in class:EditStyledText.EditorManager
2903 if (mManager.isWaitInput()) {
3207 if (!mManager.isWaitInput()) {
3316 if (!mManager.isWaitInput()) {
3344 if (!mManager.isWaitInput()) {

Completed in 867 milliseconds