Searched refs:getFitsSystemWindows (Results 1 – 8 of 8) sorted by relevance
85 public static boolean getFitsSystemWindows(View view) { in getFitsSystemWindows() method in ViewCompatJB86 return view.getFitsSystemWindows(); in getFitsSystemWindows()
334 public boolean getFitsSystemWindows(View view); in getFitsSystemWindows() method721 public boolean getFitsSystemWindows(View view) { in getFitsSystemWindows() method in ViewCompat.BaseViewCompatImpl1077 public boolean getFitsSystemWindows(View view) { in getFitsSystemWindows() method in ViewCompat.JBViewCompatImpl1078 return ViewCompatJB.getFitsSystemWindows(view); in getFitsSystemWindows()2286 public static boolean getFitsSystemWindows(View v) { in getFitsSystemWindows() method in ViewCompat2287 return IMPL.getFitsSystemWindows(v); in getFitsSystemWindows()
65 if (getFitsSystemWindows()) { in fitSystemWindows()
360 if (ViewCompat.getFitsSystemWindows(this)) { in DrawerLayout()838 final boolean applyInsets = mLastInsets != null && ViewCompat.getFitsSystemWindows(this); in onMeasure()855 if (ViewCompat.getFitsSystemWindows(child)) { in onMeasure()
168 NO DOC BLOCK: android.view.View Method getFitsSystemWindows()
6635 public boolean getFitsSystemWindows() { in getFitsSystemWindows() method in View6641 return getFitsSystemWindows(); in fitsSystemWindows()
35629 method public boolean getFitsSystemWindows();
33396 method public boolean getFitsSystemWindows();