Home
last modified time | relevance | path

Searched refs:vw (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java158 final int vw = mCurrentView.getWidth(); in handleMessage() local
161 if (h != vh || w != vw) { in handleMessage()
164 how, w, h, vw, vh)); in handleMessage()
/frameworks/base/docs/html/guide/faq/
Dcommontasks.jd679 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();