Searched refs:dispatchApplyInsets (Results 1 – 6 of 6) sorted by relevance
23 public static void dispatchApplyInsets(ViewRootImpl viewRoot, View host) { in dispatchApplyInsets() method in ViewRootImpl_Accessor24 viewRoot.dispatchApplyInsets(host); in dispatchApplyInsets()
413 ViewRootImpl_Accessor.dispatchApplyInsets(root, this); in requestFitSystemWindows()
3298 public void dispatchApplyInsets(View host) { in dispatchApplyInsets() method in ViewRootImpl3445 dispatchApplyInsets(host); in performTraversals()3560 dispatchApplyInsets(host); in performTraversals()3655 boolean dispatchApplyInsets = false; in performTraversals()3763 dispatchApplyInsets = true; in performTraversals()3765 if (dispatchApplyInsets || mLastSystemUiVisibility != in performTraversals()3768 dispatchApplyInsets(host); in performTraversals()3771 dispatchApplyInsets = true; in performTraversals()3946 || dispatchApplyInsets || updatedConfiguration) { in performTraversals()3956 + " dispatchApplyInsets=" + dispatchApplyInsets); in performTraversals()
18083 HSPLandroid/view/ViewRootImpl;->dispatchApplyInsets(Landroid/view/View;)V
18147 HSPLandroid/view/ViewRootImpl;->dispatchApplyInsets(Landroid/view/View;)V
63973 Landroid/view/ViewRootImpl;->dispatchApplyInsets(Landroid/view/View;)V