HomeSort by relevance Sort by last modified time
    Searched defs:sComputeFitSystemWindowsMethod (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ViewUtils.java 34 private static Method sComputeFitSystemWindowsMethod;
39 sComputeFitSystemWindowsMethod = View.class.getDeclaredMethod(
41 if (!sComputeFitSystemWindowsMethod.isAccessible()) {
42 sComputeFitSystemWindowsMethod.setAccessible(true);
73 if (sComputeFitSystemWindowsMethod != null) {
75 sComputeFitSystemWindowsMethod.invoke(view, inoutInsets, outLocalInsets);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 38 milliseconds