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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DViewUtils.java34 private static Method sComputeFitSystemWindowsMethod; field in class:ViewUtils
39 sComputeFitSystemWindowsMethod = View.class.getDeclaredMethod(
41 if (!sComputeFitSystemWindowsMethod.isAccessible()) {
42 sComputeFitSystemWindowsMethod.setAccessible(true);
73 if (sComputeFitSystemWindowsMethod != null) {
75 sComputeFitSystemWindowsMethod.invoke(view, inoutInsets, outLocalInsets);

Completed in 34 milliseconds