Searched refs:getOpenedOptionsY (Results 1 – 1 of 1) sorted by relevance
119 getOpenedOptionsY()); in openOptions()214 private int getOpenedOptionsY() { in getOpenedOptionsY() method in PrintContentView219 return getOpenedOptionsY() + mClosedOptionsOffsetY; in getClosedOptionsY()410 final float progress = ((float) top - getOpenedOptionsY()) in onViewPositionChanged()411 / (getClosedOptionsY() - getOpenedOptionsY()); in onViewPositionChanged()424 final int openedOptionsY = getOpenedOptionsY(); in onViewReleased()454 return Math.max(Math.min(top, getOpenedOptionsY()), getClosedOptionsY()); in clampViewPositionVertical()