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 267 mPrevHeight = -1;
316 if (mWidth != mPrevWidth || mHeight != mPrevHeight) {
318 mPrevHeight = mHeight;
320 mPivotY = mPrevHeight / 2.0f;
DisplayList.h 519 int mPrevWidth, mPrevHeight;
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 471 milliseconds