Searched refs:inoutInsets (Results 1 – 1 of 1) sorted by relevance
12691 protected boolean computeFitSystemWindows(Rect inoutInsets, Rect outLocalInsets) { in computeFitSystemWindows() argument12692 WindowInsets innerInsets = computeSystemWindowInsets(new WindowInsets(inoutInsets), in computeFitSystemWindows()12694 inoutInsets.set(innerInsets.getSystemWindowInsetsAsRect()); in computeFitSystemWindows()