(int w, int h, int oldw, int oldh)
| 203 | |
| 204 | |
| 205 | @Override |
| 206 | protected void onSizeChanged(int w, int h, int oldw, int oldh) { |
| 207 | super.onSizeChanged(w, h, oldw, oldh); |
| 208 | mViewWidth = w; |
| 209 | mViewHeight = h; |
| 210 | } |
| 211 | |
| 212 | @Override |
| 213 | protected void onDraw(Canvas canvas) { |
nothing calls this directly
no outgoing calls
no test coverage detected