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

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h92 HwcTestDim(): _w(0), _h(0) {};
93 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {}
94 uint32_t width(void) const { return _w; }
96 void setWidth(uint32_t w) { _w = w; }
103 uint32_t _w; member in class:HwcTestDim
H A DhwcTestLib.cpp186 rect.right = this->_w;
/frameworks/base/services/java/com/android/server/am/
H A DPendingIntentRecord.java60 Key(int _t, String _p, ActivityRecord _a, String _w, argument
65 who = _w;
77 if (_w != null) {
78 hash = (ODD_PRIME_NUMBER*hash) + _w.hashCode();

Completed in 98 milliseconds