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 217 // mUserWidth, if non-zero, is an application-specified override
220 uint32_t mUserWidth;
  /frameworks/native/libs/gui/
Surface.cpp 69 mUserWidth = 0;
182 int reqW = mReqWidth ? mReqWidth : mUserWidth;
321 *value = mUserWidth ? mUserWidth : mDefaultWidth;
596 mUserWidth = w;

Completed in 23 milliseconds