Searched refs:dynContentBottom (Results 1 – 1 of 1) sorted by relevance
282 final int dynContentBottom = dynContentTop + mDynamicContent.getMeasuredHeight(); in onLayout() local284 mDynamicContent.layout(left, dynContentTop, right, dynContentBottom); in onLayout()294 final int printButtonTop = dynContentBottom - mPrintButton.getMeasuredHeight() / 2; in onLayout()