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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DViewUtils.java72 public static void computeFitSystemWindows(View view, Rect inoutInsets, Rect outLocalInsets) { argument
75 sComputeFitSystemWindowsMethod.invoke(view, inoutInsets, outLocalInsets);
/frameworks/base/core/java/android/view/
H A DView.java7280 protected boolean computeFitSystemWindows(Rect inoutInsets, Rect outLocalInsets) { argument
7285 outLocalInsets.set(inoutInsets);
7286 inoutInsets.set(0, 0, 0, 0);
7293 inoutInsets.left -= overscan.left;
7294 inoutInsets.top -= overscan.top;
7295 inoutInsets.right -= overscan.right;
7296 inoutInsets.bottom -= overscan.bottom;

Completed in 204 milliseconds