Searched refs:onMeasureMethod (Results 1 – 1 of 1) sorted by relevance
415 …Method onMeasureMethod = realView.getClass().getDeclaredMethod("onMeasure", Integer.TYPE, Integer.… in measure() local416 onMeasureMethod.setAccessible(true); in measure()417 onMeasureMethod.invoke( realView, widthMeasureSpec, heightMeasureSpec ); in measure()