Searched refs:postInflateProcess (Results 1 – 2 of 2) sorted by relevance
340 postInflateProcess(view, params.getLayoutlibCallback(), isPreference ? view : null); in inflate()627 private void postInflateProcess(View view, LayoutlibCallback layoutlibCallback, View skip) in postInflateProcess() method in RenderSessionImpl704 mInflater.postInflateProcess(view); in postInflateProcess()709 postInflateProcess(child, layoutlibCallback, skip); in postInflateProcess()
574 public void postInflateProcess(View view) { in postInflateProcess() method in BridgeInflater