Searched refs:mPageContentWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java113 private int mPageContentWidth; field in class:PageAdapter
326 params.width = mPageContentWidth;
437 mPageContentWidth = (int) ((mPageContentHeight * pageAspectRatio) + 0.5f);
439 final int totalContentWidth = columnCount * mPageContentWidth + horizontalMargins;
465 loadingContent.measure(MeasureSpec.makeMeasureSpec(mPageContentWidth, MeasureSpec.EXACTLY),
470 Bitmap loadingBitmap = Bitmap.createBitmap(mPageContentWidth, mPageContentHeight,
481 errorContent.measure(MeasureSpec.makeMeasureSpec(mPageContentWidth, MeasureSpec.EXACTLY),
486 Bitmap errorBitmap = Bitmap.createBitmap(mPageContentWidth, mPageContentHeight,

Completed in 40 milliseconds