Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/
DActivityBlockingActivity.java272 Insets systemBarInsets = getWindowManager() in getAppWindowRect() local
279 int leftX = systemBarInsets.left; in getAppWindowRect()
280 int rightX = displayBounds.width() - systemBarInsets.right; in getAppWindowRect()
281 int topY = systemBarInsets.top; in getAppWindowRect()
282 int bottomY = displayBounds.height() - systemBarInsets.bottom; in getAppWindowRect()