Searched refs:mReqHeight (Results 1 – 5 of 5) sorted by relevance
112 mReqHeight = 0; in Surface()161 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; in allocateBuffers()579 dequeueInput->height = mReqHeight ? mReqHeight : mUserHeight; in getDequeueBufferInputLocked()1927 mReqHeight = 0; in disconnect()2135 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()2139 mReqHeight = height; in setBuffersDimensions()
904 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; in allocateBuffers()
591 return mIWallpaperEngine.mReqHeight; in getDesiredMinimumHeight()1639 mIWallpaperEngine.mReqHeight = desiredHeight; in doDesiredSizeChanged()1760 final int availh = mIWallpaperEngine.mReqHeight-mCurHeight; in doOffsetsChanged()2456 int mReqHeight; field in WallpaperService.IWallpaperEngineWrapper2478 mReqHeight = reqHeight; in IWallpaperEngineWrapper()
476 uint32_t mReqHeight; variable
50296 Landroid/service/wallpaper/WallpaperService$IWallpaperEngineWrapper;->mReqHeight:I