Home
last modified time | relevance | path

Searched refs:dynContentBottom (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintContentView.java282 final int dynContentBottom = dynContentTop + mDynamicContent.getMeasuredHeight(); in onLayout() local
284 mDynamicContent.layout(left, dynContentTop, right, dynContentBottom); in onLayout()
294 final int printButtonTop = dynContentBottom - mPrintButton.getMeasuredHeight() / 2; in onLayout()