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

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

Completed in 26 milliseconds