HomeSort by relevance Sort by last modified time
    Searched refs:mPrevHeight (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
DisplayList.cpp 251 mPrevHeight = -1;
300 if (mWidth != mPrevWidth || mHeight != mPrevHeight) {
302 mPrevHeight = mHeight;
304 mPivotY = mPrevHeight / 2.0f;
DisplayList.h 511 int mPrevWidth, mPrevHeight;
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 472 milliseconds