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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DFitWindowsFrameLayout.java49 protected boolean fitSystemWindows(Rect insets) { method in class:FitWindowsFrameLayout
53 return super.fitSystemWindows(insets);
H A DFitWindowsLinearLayout.java49 protected boolean fitSystemWindows(Rect insets) { method in class:FitWindowsLinearLayout
53 return super.fitSystemWindows(insets);
H A DContentFrameLayout.java72 fitSystemWindows(insets);
H A DActionBarOverlayLayout.java285 protected boolean fitSystemWindows(Rect insets) { method in class:ActionBarOverlayLayout
312 // bar elements. fitSystemWindows() happens before the measure pass, so we can't
393 // the app's fitSystemWindows(). We do this before measuring the content
394 // view to keep the same semantics as the normal fitSystemWindows() call.
/frameworks/support/v7/appcompat/tests/src/android/support/v7/custom/
H A DFitWindowsContentLayout.java42 protected boolean fitSystemWindows(Rect insets) { method in class:FitWindowsContentLayout
46 return super.fitSystemWindows(insets);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java105 protected boolean fitSystemWindows(Rect insets) { method in class:StatusBarWindowView
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java3051 * the default implementation of {@link View#fitSystemWindows(Rect)} will be
3057 public static void setFitsSystemWindows(View view, boolean fitSystemWindows) { argument
3058 view.setFitsSystemWindows(fitSystemWindows);
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java244 // We're set to fitSystemWindows but we haven't had any insets yet...
893 public void setFitsSystemWindows(boolean fitSystemWindows) { argument
894 super.setFitsSystemWindows(fitSystemWindows);
/frameworks/base/core/java/android/view/
H A DView.java3279 * {@link #fitSystemWindows(Rect)}. This means that the insets seen there
3318 * {@link #fitSystemWindows(Rect)} method.
3330 * {@link #fitSystemWindows(Rect)} method.
9100 protected boolean fitSystemWindows(Rect insets) { method in class:View
9170 // We weren't called from within a direct call to fitSystemWindows,
9173 if (fitSystemWindows(insets.getSystemWindowInsets())) {
9177 // We were called from within a direct call to fitSystemWindows.
9215 * <p>This method replaces the older {@link #fitSystemWindows(Rect) fitSystemWindows} method.
9314 * the default implementation of {@link #fitSystemWindows(Rec
9330 setFitsSystemWindows(boolean fitSystemWindows) argument
[all...]

Completed in 230 milliseconds