Searched refs:mGetDisplayList (Results 1 – 1 of 1) sorted by relevance
1512 private Method mGetDisplayList; field in SlidingPaneLayout.SlidingPanelLayoutImplJB1517 mGetDisplayList = View.class.getDeclaredMethod("getDisplayList", (Class[]) null); in SlidingPanelLayoutImplJB()1531 if (mGetDisplayList != null && mRecreateDisplayList != null) { in invalidateChildRegion()1534 mGetDisplayList.invoke(child, (Object[]) null); in invalidateChildRegion()