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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DFitWindowsFrameLayout.java45 protected boolean fitSystemWindows(Rect insets) { method in class:FitWindowsFrameLayout
49 return super.fitSystemWindows(insets);
H A DFitWindowsLinearLayout.java44 protected boolean fitSystemWindows(Rect insets) { method in class:FitWindowsLinearLayout
48 return super.fitSystemWindows(insets);
H A DContentFrameLayout.java69 fitSystemWindows(insets);
H A DActionBarOverlayLayout.java279 protected boolean fitSystemWindows(Rect insets) { method in class:ActionBarOverlayLayout
302 // bar elements. fitSystemWindows() happens before the measure pass, so we can't
384 // the app's fitSystemWindows(). We do this before measuring the content
385 // view to keep the same semantics as the normal fitSystemWindows() call.
/frameworks/support/v4/ics/android/support/v4/view/
H A DViewCompatICS.java54 public static void setFitsSystemWindows(View view, boolean fitSystemWindows) { argument
55 view.setFitsSystemWindows(fitSystemWindows);
/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/support/v4/java/android/support/v4/view/
H A DViewCompat.java445 void setFitsSystemWindows(View view, boolean fitSystemWindows); argument
889 public void setFitsSystemWindows(View view, boolean fitSystemWindows) { argument
1384 public void setFitsSystemWindows(View view, boolean fitSystemWindows) { argument
1385 ViewCompatICS.setFitsSystemWindows(view, fitSystemWindows);
2900 * the default implementation of {@link View#fitSystemWindows(Rect)} will be
2903 public static void setFitsSystemWindows(View view, boolean fitSystemWindows) { argument
2904 IMPL.setFitsSystemWindows(view, fitSystemWindows);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java94 protected boolean fitSystemWindows(Rect insets) { method in class:StatusBarWindowView
/frameworks/base/core/java/android/view/
H A DView.java2788 * {@link #fitSystemWindows(Rect)}. This means that the insets seen there
2827 * {@link #fitSystemWindows(Rect)} method.
2839 * {@link #fitSystemWindows(Rect)} method.
7681 protected boolean fitSystemWindows(Rect insets) { method in class:View
7751 // We weren't called from within a direct call to fitSystemWindows,
7754 if (fitSystemWindows(insets.getSystemWindowInsets())) {
7758 // We were called from within a direct call to fitSystemWindows.
7796 * <p>This method replaces the older {@link #fitSystemWindows(Rect) fitSystemWindows} method.
7895 * the default implementation of {@link #fitSystemWindows(Rec
7911 setFitsSystemWindows(boolean fitSystemWindows) argument
[all...]

Completed in 2028 milliseconds