Searched defs:fitSystemWindows (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/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 DActionBarOverlayLayout.java315 protected boolean fitSystemWindows(Rect insets) { method in class:ActionBarOverlayLayout
341 // bar elements. fitSystemWindows() happens before the measure pass, so we can't
446 // the app's fitSystemWindows(). We do this before measuring the content
447 // 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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java64 protected boolean fitSystemWindows(Rect insets) { method in class:StatusBarWindowView
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java881 protected boolean fitSystemWindows(Rect insets) { method in class:KeyguardHostView
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java335 void setFitsSystemWindows(View view, boolean fitSystemWindows); argument
726 public void setFitsSystemWindows(View view, boolean fitSystemWindows) { argument
999 public void setFitsSystemWindows(View view, boolean fitSystemWindows) { argument
1000 ViewCompatICS.setFitsSystemWindows(view, fitSystemWindows);
2293 * the default implementation of {@link View#fitSystemWindows(Rect)} will be
2296 public static void setFitsSystemWindows(View view, boolean fitSystemWindows) { argument
2297 IMPL.setFitsSystemWindows(view, fitSystemWindows);
/frameworks/base/core/java/android/view/
H A DView.java2515 * {@link #fitSystemWindows(Rect)}. This means that the insets seen there
2554 * {@link #fitSystemWindows(Rect)} method.
2566 * {@link #fitSystemWindows(Rect)} method.
6417 protected boolean fitSystemWindows(Rect insets) { method in class:View
6487 // We weren't called from within a direct call to fitSystemWindows,
6490 if (fitSystemWindows(insets.getSystemWindowInsets())) {
6494 // We were called from within a direct call to fitSystemWindows.
6532 * <p>This method replaces the older {@link #fitSystemWindows(Rect) fitSystemWindows} method.
6601 * the default implementation of {@link #fitSystemWindows(Rec
6617 setFitsSystemWindows(boolean fitSystemWindows) argument
[all...]

Completed in 413 milliseconds