Searched refs:inoutInsets (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DViewUtils.java64 public static void computeFitSystemWindows(View view, Rect inoutInsets, Rect outLocalInsets) { argument
67 sComputeFitSystemWindowsMethod.invoke(view, inoutInsets, outLocalInsets);
/frameworks/base/core/java/android/view/
H A DView.java9268 protected boolean computeFitSystemWindows(Rect inoutInsets, Rect outLocalInsets) { argument
9273 outLocalInsets.set(inoutInsets);
9274 inoutInsets.set(0, 0, 0, 0);
9281 inoutInsets.left -= overscan.left;
9282 inoutInsets.top -= overscan.top;
9283 inoutInsets.right -= overscan.right;
9284 inoutInsets.bottom -= overscan.bottom;

Completed in 94 milliseconds