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

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

Completed in 106 milliseconds