Home | History | Annotate | Download | only in replicaisland

Lines Matching defs:textView

35 import android.widget.TextView;
85 private void formatPages(Conversation conversation, TextView textView) {
87 final int maxWidth = textView.getWidth();
88 final int maxHeight = textView.getHeight();
89 paint.setTextSize(textView.getTextSize());
90 paint.setTypeface(textView.getTypeface());
192 TextView title = (TextView)findViewById(R.id.speakername);
204 TextView textView = (TextView)findViewById(R.id.typewritertext);
205 formatPages(mConversation, textView);
218 public static class TypewriterTextView extends TextView {
279 setText(subtext, TextView.BufferType.SPANNABLE);