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

  /frameworks/native/libs/gui/
Surface.cpp 64 mReqWidth = 0;
100 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth;
220 reqWidth = mReqWidth ? mReqWidth : mUserWidth;
703 mReqWidth = 0;
823 mReqWidth = width;
    [all...]
  /frameworks/native/include/gui/
Surface.h 221 // mReqWidth is the buffer width that will be requested at the next dequeue
223 uint32_t mReqWidth;
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 348 return mIWallpaperEngine.mReqWidth;
    [all...]

Completed in 62 milliseconds