Home
last modified time | relevance | path

Searched refs:exclusionHeightLimit (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java582 final int exclusionHeightLimit = (int) (EXCLUSION_LIMIT_DP * mPixelsPerDp + 0.5f); in splitBoundsAccordingToExclusionLimit() local
587 int bottom = top + exclusionHeightLimit; in splitBoundsAccordingToExclusionLimit()