Searched refs:getSystemWindowInsetTop (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/v4/api21/android/support/v4/widget/
H A DDrawerLayoutCompatApi21.java41 wi.getSystemWindowInsetTop(), 0, wi.getSystemWindowInsetBottom());
43 wi = wi.replaceSystemWindowInsets(0, wi.getSystemWindowInsetTop(),
54 wi.getSystemWindowInsetTop(), 0, wi.getSystemWindowInsetBottom());
56 wi = wi.replaceSystemWindowInsets(0, wi.getSystemWindowInsetTop(),
60 lp.topMargin = wi.getSystemWindowInsetTop();
66 return insets != null ? ((WindowInsets) insets).getSystemWindowInsetTop() : 0;
73 drawerLayout.setChildInsets(insets, insets.getSystemWindowInsetTop() > 0);
/frameworks/support/v4/donut/android/support/v4/view/
H A DWindowInsetsCompat.java55 public int getSystemWindowInsetTop() { method in class:WindowInsetsCompat
/frameworks/support/v4/api21/android/support/v4/view/
H A DWindowInsetsCompatApi21.java36 public int getSystemWindowInsetTop() { method in class:WindowInsetsCompatApi21
37 return mSource.getSystemWindowInsetTop();
/frameworks/base/core/java/android/view/
H A DWindowInsets.java133 public int getSystemWindowInsetTop() { method in class:WindowInsets
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java159 mMainInsets.set(insets.getSystemWindowInsetLeft(), insets.getSystemWindowInsetTop(),
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2331 insets.getSystemWindowInsetLeft(), insets.getSystemWindowInsetTop(),
2800 insets.getSystemWindowInsetTop());
2849 insets.getSystemWindowInsetTop(),
2912 final int newMargin = rect.top == 0 ? insets.getSystemWindowInsetTop() : 0;
2915 mlp.topMargin = insets.getSystemWindowInsetTop();
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java309 final int top = insets.getSystemWindowInsetTop();

Completed in 1508 milliseconds