Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DCloseOnOutsideTests.java84 Insets systemBarInsets = in touchAndAssert() local
96 int width = (int) (systemBarInsets.left + (appAreaWidth * 0.875f)); in touchAndAssert()
97 int height = (int) (systemBarInsets.top + (appAreaHeight * 0.875f)); in touchAndAssert()
/cts/tests/tests/display/src/android/display/cts/
DDisplayManagerTest.java245 Insets systemBarInsets = getWindow() in getBoundsToCheck() local
250 return new Rect(systemBarInsets.left, systemBarInsets.top, in getBoundsToCheck()
251 testAreaWidth - systemBarInsets.right, in getBoundsToCheck()
252 testAreaHeight - systemBarInsets.bottom); in getBoundsToCheck()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DBlurTests.java458 Insets systemBarInsets = insets.getInsets(systemBars()); in onCreate() local
474 mInsetsToBeIgnored = Insets.add(systemBarInsets, roundedCornerInsets); in onCreate()