Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java66 private int mClosedOptionsOffsetY; field in PrintContentView
111 return mCurrentOptionsOffsetY == mClosedOptionsOffsetY; in isOptionsClosed()
219 return getOpenedOptionsY() + mClosedOptionsOffsetY; in getClosedOptionsY()
238 mClosedOptionsOffsetY = mSummaryContent.getMeasuredHeight() in onMeasure()
242 mCurrentOptionsOffsetY = mClosedOptionsOffsetY; in onMeasure()
259 mCurrentOptionsOffsetY = wasOpened ? 0 : mClosedOptionsOffsetY; in onMeasure()
300 final int embContentTop = mStaticContent.getMeasuredHeight() + mClosedOptionsOffsetY in onLayout()