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

  /frameworks/native/libs/gui/
Surface.cpp 65 mReqHeight = 0;
101 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight;
221 reqHeight = mReqHeight ? mReqHeight : mUserHeight;
704 mReqHeight = 0;
824 mReqHeight = height;
    [all...]
  /frameworks/native/include/gui/
Surface.h 225 // mReqHeight is the buffer height that will be requested at the next
227 uint32_t mReqHeight;
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 357 return mIWallpaperEngine.mReqHeight;
    [all...]

Completed in 77 milliseconds