Searched refs:systemBarInsets (Results 1 – 3 of 3) sorted by relevance
84 Insets systemBarInsets = in touchAndAssert() local96 int width = (int) (systemBarInsets.left + (appAreaWidth * 0.875f)); in touchAndAssert()97 int height = (int) (systemBarInsets.top + (appAreaHeight * 0.875f)); in touchAndAssert()
245 Insets systemBarInsets = getWindow() in getBoundsToCheck() local250 return new Rect(systemBarInsets.left, systemBarInsets.top, in getBoundsToCheck()251 testAreaWidth - systemBarInsets.right, in getBoundsToCheck()252 testAreaHeight - systemBarInsets.bottom); in getBoundsToCheck()
458 Insets systemBarInsets = insets.getInsets(systemBars()); in onCreate() local474 mInsetsToBeIgnored = Insets.add(systemBarInsets, roundedCornerInsets); in onCreate()