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

  /frameworks/native/services/surfaceflinger/
RenderArea.cpp 34 if ((mReqWidth > width) || (mReqHeight > height)) {
35 ALOGE("size mismatch (%d, %d) > (%d, %d)", mReqWidth, mReqHeight, width, height);
39 if (mReqWidth == 0) {
40 mReqWidth = width;
RenderArea.h 20 : mReqHeight(reqHeight), mReqWidth(reqWidth), mCaptureFill(captureFill) {
37 int getReqWidth() const { return mReqWidth; };
45 uint32_t mReqWidth;
  /frameworks/native/libs/gui/
Surface.cpp 79 mReqWidth = 0;
122 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth;
489 reqWidth = mReqWidth ? mReqWidth : mUserWidth;
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 407 return mIWallpaperEngine.mReqWidth;
    [all...]
  /frameworks/native/libs/gui/include/gui/
Surface.h 322 // mReqWidth is the buffer width that will be requested at the next dequeue
324 uint32_t mReqWidth;

Completed in 5218 milliseconds