Searched refs:systemBarInsets (Results 1 – 1 of 1) sorted by relevance
272 Insets systemBarInsets = getWindowManager() in getAppWindowRect() local279 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()