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

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h90 HwcTestDim(): _w(0), _h(0) {};
91 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {}
92 uint32_t width(void) const { return _w; }
94 void setWidth(uint32_t w) { _w = w; }
101 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.java61 Key(int _t, String _p, ActivityRecord _a, String _w, argument
66 who = _w;
80 if (_w != null) {
81 hash = (ODD_PRIME_NUMBER*hash) + _w.hashCode();

Completed in 112 milliseconds