Searched defs:computeFitSystemWindows (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DViewUtils.java40 "computeFitSystemWindows", Rect.class, Rect.class);
45 Log.d(TAG, "Could not find method computeFitSystemWindows. Oh well.");
69 * Allow calling the hidden method {@code computeFitSystemWindows(Rect, Rect)} through
72 public static void computeFitSystemWindows(View view, Rect inoutInsets, Rect outLocalInsets) { method in class:ViewUtils
77 Log.d(TAG, "Could not invoke computeFitSystemWindows", e);
/frameworks/base/core/java/android/view/
H A DView.java6450 boolean res = computeFitSystemWindows(insets, localInsets);
6555 protected boolean computeFitSystemWindows(Rect inoutInsets, Rect outLocalInsets) { method in class:View

Completed in 69 milliseconds