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

  /frameworks/native/libs/gui/
Surface.cpp 62 mReqWidth = 0;
97 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth;
99 mGraphicBufferProducer->allocateBuffers(mSwapIntervalZero, mReqWidth,
205 reqW = mReqWidth ? mReqWidth : mUserWidth;
583 mReqWidth = 0;
654 mReqWidth = w;
  /frameworks/native/include/gui/
Surface.h 204 // mReqWidth is the buffer width that will be requested at the next dequeue
206 uint32_t mReqWidth;
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 343 return mIWallpaperEngine.mReqWidth;
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 443 milliseconds