Searched defs:textView (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DConversationDialogActivity.java85 private void formatPages(Conversation conversation, TextView textView) { argument
87 final int maxWidth = textView.getWidth();
88 final int maxHeight = textView.getHeight();
89 paint.setTextSize(textView.getTextSize());
90 paint.setTypeface(textView.getTypeface());
204 TextView textView = (TextView)findViewById(R.id.typewritertext);
205 formatPages(mConversation, textView);

Completed in 75 milliseconds