Searched refs:postInflateProcess (Results 1 – 2 of 2) sorted by relevance
329 postInflateProcess(view, params.getLayoutlibCallback(), isPreference ? view : null); in inflate()959 private void postInflateProcess(View view, LayoutlibCallback layoutlibCallback, View skip) in postInflateProcess() method in RenderSessionImpl1036 mInflater.postInflateProcess(view); in postInflateProcess()1041 postInflateProcess(child, layoutlibCallback, skip); in postInflateProcess()
360 public void postInflateProcess(View view) { in postInflateProcess() method in BridgeInflater