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

  /frameworks/native/include/gui/
Surface.h 219 // mUserWidth, if non-zero, is an application-specified override
222 uint32_t mUserWidth;
  /frameworks/native/libs/gui/
Surface.cpp 70 mUserWidth = 0;
183 int reqW = mReqWidth ? mReqWidth : mUserWidth;
327 *value = mUserWidth ? mUserWidth : mDefaultWidth;
604 mUserWidth = w;

Completed in 69 milliseconds