Home | History | Annotate | Download | only in browser

Lines Matching full:getwidth

290         mAnimScreen.mMain.layout(0, 0, mContentView.getWidth(),
294 int fromRight = mContentView.getWidth();
299 int toLeft = (mContentView.getWidth() - width) / 2;
303 float scaleFactor = width / (float) mContentView.getWidth();
381 mAnimScreen.mMain.layout(0, 0, mContentView.getWidth(),
387 int toRight = mContentView.getWidth();
394 float scaleFactor = mContentView.getWidth() / (float) width;
483 if (tbar.getWidth() > 0 && tbar.getEmbeddedHeight() > 0) {
485 || mTitleBarBitmap.getWidth() != tbar.getWidth()
487 mTitleBarBitmap = safeCreateBitmap(tbar.getWidth(),
502 || mContentBitmap.getWidth() != web.getWidth()
504 mContentBitmap = safeCreateBitmap(web.getWidth(), h);