| 94 | } |
| 95 | |
| 96 | float ViewCore::pointScaleFactor() const { return 1.0f; } |
| 97 | |
| 98 | void ViewCore::layoutChange(int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, |
| 99 | int oldBottom) |
nothing calls this directly
no outgoing calls
no test coverage detected