Home
last modified time | relevance | path

Searched refs:outLocalInsets (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DViewUtils.java72 public static void computeFitSystemWindows(View view, Rect inoutInsets, Rect outLocalInsets) { in computeFitSystemWindows() argument
75 sComputeFitSystemWindowsMethod.invoke(view, inoutInsets, outLocalInsets); in computeFitSystemWindows()
/frameworks/base/core/java/android/view/
DView.java6555 protected boolean computeFitSystemWindows(Rect inoutInsets, Rect outLocalInsets) { in computeFitSystemWindows() argument
6560 outLocalInsets.set(inoutInsets); in computeFitSystemWindows()
6567 outLocalInsets.set(overscan); in computeFitSystemWindows()
6586 public WindowInsets computeSystemWindowInsets(WindowInsets in, Rect outLocalInsets) { in computeSystemWindowInsets() argument
6590 outLocalInsets.set(in.getSystemWindowInsets()); in computeSystemWindowInsets()
6593 outLocalInsets.set(0, 0, 0, 0); in computeSystemWindowInsets()