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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java256 && mExpandedHeight > getFullHeight() // are we past the end?
262 mClosing = (mFinalTouchY / getFullHeight()) < 0.5f;
271 final float fh = getFullHeight();
586 float fh = getFullHeight();
606 private float getFullHeight() { method in class:PanelView
624 setExpandedHeight(getFullHeight() * frac);
636 return mExpandedHeight >= getFullHeight();
689 getFullHeight(),

Completed in 36 milliseconds