Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintContentView.java60 private View mEmbeddedContentContainer; field in PrintContentView
146 mEmbeddedContentContainer = findViewById(R.id.embedded_content_container); in onFinishInflate()
249 ViewGroup.LayoutParams params = mEmbeddedContentContainer.getLayoutParams(); in onMeasure()
266 measureChild(mEmbeddedContentContainer, widthMeasureSpec, hostHeightMeasureSpec); in onMeasure()
302 final int embContentBottom = embContentTop + mEmbeddedContentContainer.getMeasuredHeight(); in onLayout()
304 mEmbeddedContentContainer.layout(left, embContentTop, right, embContentBottom); in onLayout()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java58 private final EmbeddedContentContainer mEmbeddedContentContainer; field in PrintPreviewController
85 mEmbeddedContentContainer = (EmbeddedContentContainer) activity.findViewById( in PrintPreviewController()
87 mEmbeddedContentContainer.setOnSizeChangeListener(this); in PrintPreviewController()
203 return mEmbeddedContentContainer.getWidth(); in getWidth()
208 return mEmbeddedContentContainer.getHeight(); in getHeight()