Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintContentView.java127 getClosedOptionsY()); in closeOptions()
217 private int getClosedOptionsY() { in getClosedOptionsY() method in PrintContentView
409 / (getClosedOptionsY() - getOpenedOptionsY()); in onViewPositionChanged()
422 final int closedOptionsY = getClosedOptionsY(); in onViewReleased()
448 return Math.max(Math.min(top, getOpenedOptionsY()), getClosedOptionsY()); in clampViewPositionVertical()