HomeSort by relevance Sort by last modified time
    Searched defs:mReqHeight (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/surfaceflinger/
RenderArea.h 20 : mReqHeight(reqHeight), mReqWidth(reqWidth), mCaptureFill(captureFill) {
36 int getReqHeight() const { return mReqHeight; };
44 uint32_t mReqHeight;
  /frameworks/native/libs/gui/include/gui/
Surface.h 326 // mReqHeight is the buffer height that will be requested at the next
328 uint32_t mReqHeight;
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 416 return mIWallpaperEngine.mReqHeight;
    [all...]

Completed in 289 milliseconds