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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DWebCorpus.java36 * The web search source.
42 private static final String WEB_CORPUS_NAME = "web";
65 public void setWebSource(Source web) { argument
66 if (DBG) Log.d(TAG, "setWebSource(" + web + ")");
67 mWebSearchSource = web;
75 // The web corpus uses a drawable hint instead
/packages/apps/Browser/src/com/android/browser/
H A DPhoneUi.java288 WebView web = getWebView();
289 if (web != null) {
290 web.setEmbeddedTitleBar(null);
296 WebView web = getWebView();
297 if (web != null) {
302 web.setEmbeddedTitleBar(mTitleBar);
530 public void set(TitleBar tbar, WebView web) { argument
531 if (tbar == null || web == null) {
551 int h = web.getHeight() - tbar.getEmbeddedHeight();
553 || mContentBitmap.getWidth() != web
[all...]
H A DTab.java1706 private void setupHwAcceleration(View web) { argument
1707 if (web == null) return;
1710 web.setLayerType(View.LAYER_TYPE_NONE, null);
1712 web.setLayerType(View.LAYER_TYPE_SOFTWARE, null);

Completed in 248 milliseconds