Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintContentView.java67 private int mCurrentOptionsOffsetY = Integer.MIN_VALUE; field in PrintContentView
107 return mCurrentOptionsOffsetY == 0; in isOptionsOpened()
111 return mCurrentOptionsOffsetY == mClosedOptionsOffsetY; in isOptionsClosed()
241 if (mCurrentOptionsOffsetY == Integer.MIN_VALUE) { in onMeasure()
242 mCurrentOptionsOffsetY = mClosedOptionsOffsetY; in onMeasure()
259 mCurrentOptionsOffsetY = wasOpened ? 0 : mClosedOptionsOffsetY; in onMeasure()
281 final int dynContentTop = mStaticContent.getMeasuredHeight() + mCurrentOptionsOffsetY; in onLayout()
409 mCurrentOptionsOffsetY += dy; in onViewPositionChanged()