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

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp301 mPrevWidth = -1;
695 if (mWidth != mPrevWidth || mHeight != mPrevHeight) {
696 mPrevWidth = mWidth;
698 mPivotX = mPrevWidth / 2;
H A DDisplayListRenderer.h523 int mPrevWidth, mPrevHeight; member in class:android::uirenderer::DisplayList
/frameworks/base/core/java/android/view/
H A DView.java2673 private int mPrevWidth = -1; field in class:View.TransformationInfo
8823 if ((mRight - mLeft) != info.mPrevWidth || (mBottom - mTop) != info.mPrevHeight) {
8824 info.mPrevWidth = mRight - mLeft;
8826 info.mPivotX = info.mPrevWidth / 2f;

Completed in 106 milliseconds