MCPcopy Create free account
hub / github.com/GcsSloop/AndroidNote / onSizeChanged

Method onSizeChanged

CustomView/Advance/Code/SearchView.java:205–210  ·  view source on GitHub ↗
(int w, int h, int oldw, int oldh)

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected