Searched refs:getSystemWindowInsetLeft (Results 1 – 16 of 16) sorted by relevance
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | StickyHeaderScrollView.java | 111 insets.getSystemWindowInsetLeft(), in onApplyWindowInsets()
|
D | StickyHeaderListView.java | 145 insets.getSystemWindowInsetLeft(), in onApplyWindowInsets()
|
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/ |
D | StickyHeaderRecyclerView.java | 128 insets.getSystemWindowInsetLeft(), in onApplyWindowInsets()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ScreenDecorWindowTests.java | 284 assertThat(insets.getSystemWindowInsetLeft()).isAtLeast(expected); in assertInsetGreaterOrEqual() 298 case LEFT: return insets.getSystemWindowInsetLeft() >= expected; in waitForInsetGreaterOrEqual()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
D | SystemBarHelper.java | 346 insets.getSystemWindowInsetLeft(), in onApplyWindowInsets()
|
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
D | TestWallpaper.java | 167 mMainInsets.set(insets.getSystemWindowInsetLeft(), insets.getSystemWindowInsetTop(), in onApplyWindowInsets()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 89 when(mWindowInsets.getSystemWindowInsetLeft()).thenReturn(mSystemWindowInsetSize); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarView.java | 353 int leftInset = insets.getSystemWindowInsetLeft(); in updateSafeInsets()
|
D | NavigationBarView.java | 1124 int leftInset = insets.getSystemWindowInsetLeft(); in onApplyWindowInsets()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | StackAnimationController.java | 424 insets.getSystemWindowInsetLeft(),
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorView.java | 1037 insets = insets.inset(insets.getSystemWindowInsetLeft(), 0, in onApplyWindowInsets() 1123 insets.getSystemWindowInsetLeft()); in updateColorViews() 1491 int newLeftMargin = innerInsets.getSystemWindowInsetLeft(); 1498 int newGuardLeftMargin = rootInsets.getSystemWindowInsetLeft();
|
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 353 public int getSystemWindowInsetLeft() { in getSystemWindowInsetLeft() method in WindowInsets
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarOverlayLayout.java | 446 mInnerInsets.getSystemWindowInsetLeft(),
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17798 HSPLandroid/view/WindowInsets;->getSystemWindowInsetLeft()I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34641 method public int getSystemWindowInsetLeft();
|
/frameworks/base/api/ |
D | current.txt | 51755 method public int getSystemWindowInsetLeft();
|