Searched refs:postInflateProcess (Results 1 – 2 of 2) sorted by relevance
337 postInflateProcess(view, params.getLayoutlibCallback(), isPreference ? view : null); in inflate()610 private void postInflateProcess(View view, LayoutlibCallback layoutlibCallback, View skip) in postInflateProcess() method in RenderSessionImpl687 mInflater.postInflateProcess(view); in postInflateProcess()692 postInflateProcess(child, layoutlibCallback, skip); in postInflateProcess()
531 public void postInflateProcess(View view) { in postInflateProcess() method in BridgeInflater