Searched refs:rectInWindow (Results 1 – 1 of 1) sorted by relevance
116 Rect expectedContentRect = rectInWindow(activity.getWindow().getDecorView()); in assertContentViewLocationMatchesInsets()119 Rect actualContentRect = rectInWindow(activity.findViewById(android.R.id.content)); in assertContentViewLocationMatchesInsets()132 private Rect rectInWindow(View view) { in rectInWindow() method in DecorInsetTestsBase