Searched defs:TEXT_CHARACTER_DELAY_MS (Results 1 - 1 of 1) sorted by last modified time

/external/replicaisland/src/com/replica/replicaisland/
H A DConversationDialogActivity.java43 private final static int TEXT_CHARACTER_DELAY_MS = (int)(TEXT_CHARACTER_DELAY * 1000); field in class:ConversationDialogActivity
249 return (mText.length() - mCurrentCharacter) * TEXT_CHARACTER_DELAY_MS;
275 if (delta > TEXT_CHARACTER_DELAY_MS) {
281 postInvalidateDelayed(TEXT_CHARACTER_DELAY_MS);

Completed in 116 milliseconds