Searched refs:mPrevHeight (Results 1 – 2 of 2) sorted by relevance
26 int mPrevHeight = -1; field in ExpandedView47 if (height != mPrevHeight) { in onLayout()49 Slog.d(PhoneStatusBar.TAG, "ExpandedView height changed old=" + mPrevHeight in onLayout()52 mPrevHeight = height; in onLayout()
2105 private int mPrevHeight = -1; field in View.TransformationInfo7037 if ((mRight - mLeft) != info.mPrevWidth || (mBottom - mTop) != info.mPrevHeight) {7039 info.mPrevHeight = mBottom - mTop;7041 info.mPivotY = info.mPrevHeight / 2f;