Searched refs:mReqHeight (Results 1 – 5 of 5) sorted by relevance
28 mReqHeight(reqHeight), in mReqWidth()72 int getReqHeight() const { return mReqHeight; }; in getReqHeight()85 const uint32_t mReqHeight; variable
82 mReqHeight = 0; in Surface()125 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; in allocateBuffers()551 reqHeight = mReqHeight ? mReqHeight : mUserHeight; in dequeueBuffer()1336 mReqHeight = 0; in disconnect()1539 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()1543 mReqHeight = height; in setBuffersDimensions()
429 return mIWallpaperEngine.mReqHeight; in getDesiredMinimumHeight()1110 mIWallpaperEngine.mReqHeight = desiredHeight; in doDesiredSizeChanged()1183 final int availh = mIWallpaperEngine.mReqHeight-mCurHeight; in doOffsetsChanged()1308 int mReqHeight; field in WallpaperService.IWallpaperEngineWrapper1327 mReqHeight = reqHeight; in IWallpaperEngineWrapper()
331 uint32_t mReqHeight; variable
69530 Landroid/service/wallpaper/WallpaperService$IWallpaperEngineWrapper;->mReqHeight:I