Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintContentView.java302 final int embContentBottom = embContentTop + mEmbeddedContentContainer.getMeasuredHeight(); in onLayout() local
304 mEmbeddedContentContainer.layout(left, embContentTop, right, embContentBottom); in onLayout()