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

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java152 protected boolean fitSystemWindows(Rect insets) { method in class:ActionBarOverlayLayout
202 return super.fitSystemWindows(insets);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2342 protected boolean fitSystemWindows(Rect insets) { method in class:PhoneWindow.DecorView
2347 return super.fitSystemWindows(insets);
/frameworks/base/core/java/android/view/
H A DViewGroup.java5094 protected boolean fitSystemWindows(Rect insets) { method in class:ViewGroup
5095 boolean done = super.fitSystemWindows(insets);
5100 done = children[i].fitSystemWindows(insets);
H A DView.java2349 * {@link #fitSystemWindows(Rect)}. This means that the insets seen there
2388 * {@link #fitSystemWindows(Rect)} method.
2400 * {@link #fitSystemWindows(Rect)} method.
5409 protected boolean fitSystemWindows(Rect insets) { method in class:View
5430 * the default implementation of {@link #fitSystemWindows(Rect)} will be
5434 * {@link #fitSystemWindows(Rect)}, then there is no need to set this
5438 * @param fitSystemWindows If true, then the default implementation of
5439 * {@link #fitSystemWindows(Rect)} will be executed.
5443 * @see #fitSystemWindows(Rect)
5446 public void setFitsSystemWindows(boolean fitSystemWindows) { argument
[all...]

Completed in 236 milliseconds