Searched refs:contentHeight (Results 1 – 2 of 2) sorted by relevance
168 final int contentHeight = (int) (density * (float) newAttributes.getMediaSize() in print()170 if (mRenderPageHeight != contentHeight) { in print()171 mRenderPageHeight = contentHeight; in print()
231 int contentHeight = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in createPageForCustomHeight() local241 .setCustomContentHeight(contentHeight)) in createPageForCustomHeight()