Home
last modified time | relevance | path

Searched refs:mReqWidth (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRenderArea.h27 : mReqWidth(reqWidth), in mReqWidth() function
71 int getReqWidth() const { return mReqWidth; }; in getReqWidth()
84 const uint32_t mReqWidth;
/frameworks/native/libs/gui/
DSurface.cpp82 mReqWidth = 0; in Surface()
125 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()
551 reqWidth = mReqWidth ? mReqWidth : mUserWidth; in dequeueBuffer()
1344 mReqWidth = 0; in disconnect()
1548 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()
1551 mReqWidth = width; in setBuffersDimensions()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java420 return mIWallpaperEngine.mReqWidth; in getDesiredMinimumWidth()
1109 mIWallpaperEngine.mReqWidth = desiredWidth; in doDesiredSizeChanged()
1181 final int availw = mIWallpaperEngine.mReqWidth-mCurWidth; in doOffsetsChanged()
1307 int mReqWidth; field in WallpaperService.IWallpaperEngineWrapper
1326 mReqWidth = reqWidth; in IWallpaperEngineWrapper()
/frameworks/native/libs/gui/include/gui/
DSurface.h368 uint32_t mReqWidth; variable
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt64852 Landroid/service/wallpaper/WallpaperService$IWallpaperEngineWrapper;->mReqWidth:I