HomeSort by relevance Sort by last modified time
    Searched full:mpagecontentheight (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PageAdapter.java 114 private int mPageContentHeight;
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, MeasureSpec.EXACTLY))
    [all...]

Completed in 6151 milliseconds