Searched refs:mUserWidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/gui/
H A DSurface.h251 // mUserWidth, if non-zero, is an application-specified override
254 uint32_t mUserWidth; member in class:android::Surface
/frameworks/native/libs/gui/
H A DSurface.cpp73 mUserWidth = 0;
97 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth;
205 reqW = mReqWidth ? mReqWidth : mUserWidth;
368 *value = mUserWidth ? mUserWidth : mDefaultWidth;
671 mUserWidth = w;

Completed in 112 milliseconds