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

/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/custom/
H A DFitWindowsContentLayout.java42 protected boolean fitSystemWindows(Rect insets) { method in class:FitWindowsContentLayout
46 return super.fitSystemWindows(insets);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DFitWindowsFrameLayout.java50 protected boolean fitSystemWindows(Rect insets) { method in class:FitWindowsFrameLayout
54 return super.fitSystemWindows(insets);
H A DFitWindowsLinearLayout.java50 protected boolean fitSystemWindows(Rect insets) { method in class:FitWindowsLinearLayout
54 return super.fitSystemWindows(insets);
H A DContentFrameLayout.java76 fitSystemWindows(insets);
H A DActionBarOverlayLayout.java286 protected boolean fitSystemWindows(Rect insets) { method in class:ActionBarOverlayLayout
313 // bar elements. fitSystemWindows() happens before the measure pass, so we can't
394 // the app's fitSystemWindows(). We do this before measuring the content
395 // view to keep the same semantics as the normal fitSystemWindows() call.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DHeadsUpStatusBarView.java199 protected boolean fitSystemWindows(Rect insets) { method in class:HeadsUpStatusBarView
224 return super.fitSystemWindows(insets);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java110 protected boolean fitSystemWindows(Rect insets) { method in class:StatusBarWindowView
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java2162 * the default implementation of {@link View#fitSystemWindows(Rect)} will be
2168 public static void setFitsSystemWindows(View view, boolean fitSystemWindows) { argument
2169 view.setFitsSystemWindows(fitSystemWindows);
/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
H A DCoordinatorLayout.java247 // We're set to fitSystemWindows but we haven't had any insets yet...
907 public void setFitsSystemWindows(boolean fitSystemWindows) { argument
908 super.setFitsSystemWindows(fitSystemWindows);
/frameworks/base/core/java/android/view/
H A DView.java3370 * {@link #fitSystemWindows(Rect)}. This means that the insets seen there
3409 * {@link #fitSystemWindows(Rect)} method.
3421 * {@link #fitSystemWindows(Rect)} method.
9674 protected boolean fitSystemWindows(Rect insets) { method in class:View
9744 // We weren't called from within a direct call to fitSystemWindows,
9747 if (fitSystemWindows(insets.getSystemWindowInsets())) {
9751 // We were called from within a direct call to fitSystemWindows.
9789 * <p>This method replaces the older {@link #fitSystemWindows(Rect) fitSystemWindows} method.
9886 * the default implementation of {@link #fitSystemWindows(Rec
9902 setFitsSystemWindows(boolean fitSystemWindows) argument
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 232 milliseconds