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

  /frameworks/native/include/gui/
Surface.h 180 // mReqHeight is the buffer height that will be requested at the next
182 uint32_t mReqHeight;
  /frameworks/native/libs/gui/
Surface.cpp 60 mReqHeight = 0;
183 int reqH = mReqHeight ? mReqHeight : mUserHeight;
189 "failed: %d", mReqWidth, mReqHeight, mReqFormat, mReqUsage,
511 mReqHeight = 0;
580 mReqHeight = h;
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 341 return mIWallpaperEngine.mReqHeight;
    [all...]

Completed in 56 milliseconds