Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DViewUtils.java39 private static Method sComputeFitSystemWindowsMethod; field in ViewUtils
44 sComputeFitSystemWindowsMethod = View.class.getDeclaredMethod(
46 if (!sComputeFitSystemWindowsMethod.isAccessible()) {
47 sComputeFitSystemWindowsMethod.setAccessible(true);
66 if (sComputeFitSystemWindowsMethod != null) { in computeFitSystemWindows()
68 sComputeFitSystemWindowsMethod.invoke(view, inoutInsets, outLocalInsets); in computeFitSystemWindows()