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

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp302 mPrevHeight = -1;
695 if (mWidth != mPrevWidth || mHeight != mPrevHeight) {
697 mPrevHeight = mHeight;
699 mPivotY = mPrevHeight / 2;
H A DDisplayListRenderer.h523 int mPrevWidth, mPrevHeight; member in class:android::uirenderer::DisplayList
/frameworks/base/core/java/android/view/
H A DView.java2674 private int mPrevHeight = -1; field in class:View.TransformationInfo
8823 if ((mRight - mLeft) != info.mPrevWidth || (mBottom - mTop) != info.mPrevHeight) {
8825 info.mPrevHeight = mBottom - mTop;
8827 info.mPivotY = info.mPrevHeight / 2f;

Completed in 38 milliseconds