Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintContentView.java65 private int mClosedOptionsOffsetY; field in PrintContentView
110 return mCurrentOptionsOffsetY == mClosedOptionsOffsetY; in isOptionsClosed()
218 return getOpenedOptionsY() + mClosedOptionsOffsetY; in getClosedOptionsY()
237 mClosedOptionsOffsetY = mSummaryContent.getMeasuredHeight() in onMeasure()
241 mCurrentOptionsOffsetY = mClosedOptionsOffsetY; in onMeasure()
258 mCurrentOptionsOffsetY = wasOpened ? 0 : mClosedOptionsOffsetY; in onMeasure()
299 final int embContentTop = mStaticContent.getMeasuredHeight() + mClosedOptionsOffsetY in onLayout()