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

Method onSizeChanged

CustomView/Advance/Code/CheckView.java:108–113  ·  view source on GitHub ↗

View大小确定 @param w @param h @param oldw @param oldh

(int w, int h, int oldw, int oldh)

Source from the content-addressed store, hash-verified

106 * @param oldh
107 */
108 @Override
109 protected void onSizeChanged(int w, int h, int oldw, int oldh) {
110 super.onSizeChanged(w, h, oldw, oldh);
111 mWidth = w;
112 mHeight = h;
113 }
114
115 /**
116 * 绘制内容

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected