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.java128 getClosedOptionsY()); in closeOptions()
218 private int getClosedOptionsY() { in getClosedOptionsY() method in PrintContentView
411 / (getClosedOptionsY() - getOpenedOptionsY()); in onViewPositionChanged()
425 final int closedOptionsY = getClosedOptionsY(); in onViewReleased()
454 return Math.max(Math.min(top, getOpenedOptionsY()), getClosedOptionsY()); in clampViewPositionVertical()