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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java118 getOpenedOptionsY());
213 private int getOpenedOptionsY() { method in class:PrintContentView
218 return getOpenedOptionsY() + mClosedOptionsOffsetY;
408 final float progress = ((float) top - getOpenedOptionsY())
409 / (getClosedOptionsY() - getOpenedOptionsY());
421 final int openedOptionsY = getOpenedOptionsY();
448 return Math.max(Math.min(top, getOpenedOptionsY()), getClosedOptionsY());

Completed in 24 milliseconds