Home | History | Annotate | Download | only in view

Lines Matching refs:wv

39         WebView wv;
41 wv = (WebView) findViewById(R.id.wv1);
42 wv.loadData("<a href='x'>Hello World! - 1</a>", mimeType, null);
44 wv = (WebView) findViewById(R.id.wv2);
45 wv.loadData("<a href='x'>Hello World! - 2</a>", mimeType, null);
47 wv = (WebView) findViewById(R.id.wv3);
48 wv.loadData("<a href='x'>Hello World! - 3</a>", mimeType, null);
50 wv = (WebView) findViewById(R.id.wv4);
51 wv.loadData("<a href='x'>Hello World! - 4</a>", mimeType, null);
53 wv = (WebView) findViewById(R.id.wv5);
54 wv.loadData("<a href='x'>Hello World! - 5</a>", mimeType, null);
56 wv = (WebView) findViewById(R.id.wv6);
57 wv.loadData("<a href='x'>Hello World! - 6</a>", mimeType, null);
59 wv = (WebView) findViewById(R.id.wv7);
60 wv.loadData("<a href='x'>Hello World! - 7</a>", mimeType, null);
62 wv = (WebView) findViewById(R.id.wv8);
63 wv.loadData("<a href='x'>Hello World! - 8</a>", mimeType, null);
65 wv = (WebView) findViewById(R.id.wv9);
66 wv.loadData("<a href='x'>Hello World! - 9</a>", mimeType, null);
68 wv = (WebView) findViewById(R.id.wv10);
69 wv.loadData("<a href='x'>Hello World! - 10</a>", mimeType, null);