Searched refs:fitSystemWindows (Results 1 - 6 of 6) sorted by path

/frameworks/base/core/java/android/view/
H A DView.java2383 * {@link #fitSystemWindows(Rect)}. This means that the insets seen there
2422 * {@link #fitSystemWindows(Rect)} method.
2434 * {@link #fitSystemWindows(Rect)} method.
5907 protected boolean fitSystemWindows(Rect insets) { method in class:View
5954 * the default implementation of {@link #fitSystemWindows(Rect)} will be
5958 * {@link #fitSystemWindows(Rect)}, then there is no need to set this
5962 * @param fitSystemWindows If true, then the default implementation of
5963 * {@link #fitSystemWindows(Rect)} will be executed.
5967 * @see #fitSystemWindows(Rect)
5970 public void setFitsSystemWindows(boolean fitSystemWindows) { argument
[all...]
H A DViewGroup.java5435 protected boolean fitSystemWindows(Rect insets) { method in class:ViewGroup
5436 boolean done = super.fitSystemWindows(insets);
5441 done = children[i].fitSystemWindows(insets);
H A DViewRootImpl.java1220 host.fitSystemWindows(mFitSystemWindowsInsets);
1347 host.fitSystemWindows(mFitSystemWindowsInsets);
1527 host.fitSystemWindows(mFitSystemWindowsInsets);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java193 protected boolean fitSystemWindows(Rect insets) { method in class:ActionBarOverlayLayout
218 // bar elements. fitSystemWindows() happens before the measure pass, so we can't
321 // the app's fitSystemWindows(). We do this before measuring the content
322 // view to keep the same semantics as the normal fitSystemWindows() call.
324 super.fitSystemWindows(mInnerInsets);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java1445 protected boolean fitSystemWindows(Rect insets) { method in class:KeyguardHostView
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2487 protected boolean fitSystemWindows(Rect insets) { method in class:PhoneWindow.DecorView
2494 return super.fitSystemWindows(insets);

Completed in 313 milliseconds