Lines Matching full:tbar
479 public void set(TitleBar tbar, WebView web) {
480 if (tbar == null || web == null) {
483 if (tbar.getWidth() > 0 && tbar.getEmbeddedHeight() > 0) {
485 || mTitleBarBitmap.getWidth() != tbar.getWidth()
486 || mTitleBarBitmap.getHeight() != tbar.getEmbeddedHeight()) {
487 mTitleBarBitmap = safeCreateBitmap(tbar.getWidth(),
488 tbar.getEmbeddedHeight());
492 tbar.draw(c);
500 int h = web.getHeight() - tbar.getEmbeddedHeight();
510 c.translate(-tx, -ty - tbar.getEmbeddedHeight());