Searched defs:sInvalidateChildInParentFastMethod (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/transition/api14/android/support/transition/
H A DViewOverlayApi14.java131 static Method sInvalidateChildInParentFastMethod; field in class:ViewOverlayApi14.OverlayViewGroup
135 sInvalidateChildInParentFastMethod = ViewGroup.class.getDeclaredMethod(
314 if (mHostView instanceof ViewGroup && sInvalidateChildInParentFastMethod != null) {
318 sInvalidateChildInParentFastMethod.invoke(mHostView, left, top, dirty);

Completed in 295 milliseconds