Home
last modified time | relevance | path

Searched refs:_w (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.h89 HwcTestDim(): _w(0), _h(0) {}; in HwcTestDim()
90 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {} in HwcTestDim()
91 uint32_t width(void) const { return _w; } in width()
93 void setWidth(uint32_t w) { _w = w; } in setWidth()
100 uint32_t _w;
DhwcTestLib.cpp188 rect.right = this->_w; in operator hwc_rect()
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java72 Key(int _t, String _p, ActivityRecord _a, String _w, in Key() argument
77 who = _w; in Key()
91 if (_w != null) { in Key()
92 hash = (ODD_PRIME_NUMBER*hash) + _w.hashCode(); in Key()