Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DDecorInsetTestsBase.java116 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