Home
last modified time | relevance | path

Searched defs:fitSystemWindows (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DFitWindowsFrameLayout.java45 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in FitWindowsFrameLayout
DFitWindowsLinearLayout.java44 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in FitWindowsLinearLayout
DActionBarOverlayLayout.java281 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ActionBarOverlayLayout
/frameworks/support/v4/ics/android/support/v4/view/
DViewCompatICS.java54 public static void setFitsSystemWindows(View view, boolean fitSystemWindows) { in setFitsSystemWindows()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java67 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in StatusBarWindowView
/frameworks/support/v4/java/android/support/v4/view/
DViewCompat.java360 void setFitsSystemWindows(View view, boolean fitSystemWindows); in setFitsSystemWindows()
789 public void setFitsSystemWindows(View view, boolean fitSystemWindows) { in setFitsSystemWindows()
1220 public void setFitsSystemWindows(View view, boolean fitSystemWindows) { in setFitsSystemWindows()
2646 public static void setFitsSystemWindows(View view, boolean fitSystemWindows) { in setFitsSystemWindows()
/frameworks/base/core/java/android/view/
DView.java7129 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method
7342 public void setFitsSystemWindows(boolean fitSystemWindows) { in setFitsSystemWindows()