Searched refs:mCurrentOptionsOffsetY (Results 1 – 1 of 1) sorted by relevance
67 private int mCurrentOptionsOffsetY = Integer.MIN_VALUE; field in PrintContentView107 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()