Searched refs:vw (Results 1 – 2 of 2) sorted by relevance
158 final int vw = mCurrentView.getWidth(); in handleMessage() local161 if (h != vh || w != vw) { in handleMessage()164 how, w, h, vw, vh)); in handleMessage()
679 EditText vw = (EditText)findViewById(R.id.text);682 vw.setText("Italic, highlighted, bold.");685 // vw.setText("Italic, highlighted, bold.", TextView.BufferType.SPANNABLE);690 Spannable str = vw.getText();