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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java223 private int mFullHeight = 0; field in class:PanelView
546 if (newHeight != mFullHeight) {
547 mFullHeight = newHeight;
550 && mExpandedHeight > 0 && mExpandedHeight != mFullHeight) {
551 mExpandedHeight = mFullHeight;
572 if (DEBUG) logf("onLayout: changed=%s, bottom=%d eh=%d fh=%d", changed?"T":"f", bottom, (int)mExpandedHeight, mFullHeight);
607 if (mFullHeight <= 0) {
608 if (DEBUG) logf("Forcing measure() since fullHeight=" + mFullHeight);
612 return mFullHeight;

Completed in 372 milliseconds