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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java114 private int mPageContentHeight; field in class:PageAdapter
327 params.height = mPageContentHeight;
436 mPageContentHeight = Math.min(pageContentDesiredHeight, pageContentMaxHeight);
437 mPageContentWidth = (int) ((mPageContentHeight * pageAspectRatio) + 0.5f);
444 final int totalContentHeight = rowCount * (mPageContentHeight + mFooterHeight + 2
448 if (mPageContentHeight + mFooterHeight + mPreviewListPadding
451 (availableHeight - mPageContentHeight - mFooterHeight) / 2
466 MeasureSpec.makeMeasureSpec(mPageContentHeight, MeasureSpec.EXACTLY));
470 Bitmap loadingBitmap = Bitmap.createBitmap(mPageContentWidth, mPageContentHeight,
482 MeasureSpec.makeMeasureSpec(mPageContentHeight, MeasureSpe
[all...]

Completed in 7 milliseconds