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 251 // mUserWidth, if non-zero, is an application-specified override
254 uint32_t mUserWidth;
  /frameworks/native/libs/gui/
Surface.cpp 73 mUserWidth = 0;
97 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth;
205 reqW = mReqWidth ? mReqWidth : mUserWidth;
368 *value = mUserWidth ? mUserWidth : mDefaultWidth;
671 mUserWidth = w;

Completed in 141 milliseconds