Home
last modified time | relevance | path

Searched refs:getFitsSystemWindows (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/support/design/src/android/support/design/widget/
DHeaderScrollingViewBehavior.java64 if (ViewCompat.getFitsSystemWindows(header) in onMeasureChild()
65 && !ViewCompat.getFitsSystemWindows(child)) { in onMeasureChild()
70 if (ViewCompat.getFitsSystemWindows(child)) { in onMeasureChild()
117 if (parentInsets != null && ViewCompat.getFitsSystemWindows(parent) in layoutChild()
118 && !ViewCompat.getFitsSystemWindows(child)) { in layoutChild()
DCollapsingToolbarLayout.java241 ViewCompat.setFitsSystemWindows(this, ViewCompat.getFitsSystemWindows((View) parent)); in onAttachedToWindow()
267 if (ViewCompat.getFitsSystemWindows(this)) { in onWindowInsetChanged()
432 if (!ViewCompat.getFitsSystemWindows(child)) { in onLayout()
DCoordinatorLayout.java243 if (mLastInsets == null && ViewCompat.getFitsSystemWindows(this)) { in onAttachedToWindow()
740 final boolean applyInsets = mLastInsets != null && ViewCompat.getFitsSystemWindows(this); in onMeasure()
769 if (applyInsets && !ViewCompat.getFitsSystemWindows(child)) { in onMeasure()
812 if (ViewCompat.getFitsSystemWindows(child)) { in dispatchApplyWindowInsetsToBehaviors()
1153 if (mLastInsets != null && ViewCompat.getFitsSystemWindows(this) in layoutChild()
1154 && !ViewCompat.getFitsSystemWindows(child)) { in layoutChild()
3159 if (ViewCompat.getFitsSystemWindows(this)) { in setupForInsets()
DBottomSheetBehavior.java217 if (ViewCompat.getFitsSystemWindows(parent) && !ViewCompat.getFitsSystemWindows(child)) { in onLayoutChild()
DAppBarLayout.java600 if (ViewCompat.getFitsSystemWindows(this)) { in onWindowInsetChanged()
1185 if (ViewCompat.getFitsSystemWindows(child)) { in interpolateOffset()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStickyHeaderScrollView.java106 if (getFitsSystemWindows()) { in onApplyWindowInsets()
DStickyHeaderListView.java138 if (getFitsSystemWindows()) { in onApplyWindowInsets()
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java118 if (getFitsSystemWindows()) { in onApplyWindowInsets()
/frameworks/support/compat/java/android/support/v4/view/
DViewCompat.java753 public boolean getFitsSystemWindows(View view) { in getFitsSystemWindows() method in ViewCompat.ViewCompatBaseImpl
1078 public boolean getFitsSystemWindows(View view) { in getFitsSystemWindows() method in ViewCompat.ViewCompatApi16Impl
1079 return view.getFitsSystemWindows(); in getFitsSystemWindows()
2825 public static boolean getFitsSystemWindows(View v) { in getFitsSystemWindows() method in ViewCompat
2826 return IMPL.getFitsSystemWindows(v); in getFitsSystemWindows()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowManager.java178 if (mStatusBarView.getFitsSystemWindows() != fitsSystemWindows) { in applyFitsSystemWindows()
DStatusBarWindowView.java106 if (getFitsSystemWindows()) { in fitSystemWindows()
/frameworks/support/core-ui/java/android/support/v4/widget/
DDrawerLayout.java399 if (ViewCompat.getFitsSystemWindows(this)) { in DrawerLayout()
1046 final boolean applyInsets = mLastInsets != null && ViewCompat.getFitsSystemWindows(this); in onMeasure()
1065 if (ViewCompat.getFitsSystemWindows(child)) { in onMeasure()
/frameworks/support/design/tests/src/android/support/design/widget/
DCoordinatorLayoutTest.java97 assertFalse(col.getFitsSystemWindows()); in testSetFitSystemWindows()
/frameworks/base/core/java/android/view/
DView.java9306 public boolean getFitsSystemWindows() { in getFitsSystemWindows() method in View
9312 return getFitsSystemWindows(); in fitsSystemWindows()
26226 stream.addProperty("misc:fitsSystemWindows", getFitsSystemWindows());
/frameworks/support/api/
D22.0.0.txt3385 method public static boolean getFitsSystemWindows(android.view.View);
D22.1.0.txt3705 method public static boolean getFitsSystemWindows(android.view.View);
D22.2.0.txt4102 method public static boolean getFitsSystemWindows(android.view.View);
D22.2.1.txt4131 method public static boolean getFitsSystemWindows(android.view.View);
D25.1.0.txt6740 method public static boolean getFitsSystemWindows(android.view.View);
D25.0.0.txt6329 method public static boolean getFitsSystemWindows(android.view.View);
D23.0.0.txt4802 method public static boolean getFitsSystemWindows(android.view.View);
D25.2.0.txt6740 method public static boolean getFitsSystemWindows(android.view.View);
D24.2.0.txt6263 method public static boolean getFitsSystemWindows(android.view.View);
D26.0.0-alpha1.txt7644 method public static boolean getFitsSystemWindows(android.view.View);
D23.2.1.txt5470 method public static boolean getFitsSystemWindows(android.view.View);

12