Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java77 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() argument
78 insets = super.onApplyWindowInsets(insets); in onApplyWindowInsets()
79 final boolean round = insets.isRound(); in onApplyWindowInsets()
85 insets.getSystemWindowInsetLeft(), in onApplyWindowInsets()
86 insets.getSystemWindowInsetTop(), in onApplyWindowInsets()
87 insets.getSystemWindowInsetRight(), in onApplyWindowInsets()
88 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
89 return insets; in onApplyWindowInsets()
/cts/tests/tests/view/src/android/view/cts/
DMockView.java386 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() argument
387 return super.fitSystemWindows(insets); in fitSystemWindows()
DViewGroupTest.java788 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() argument
2842 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() argument
2843 return super.fitSystemWindows(insets); in fitSystemWindows()
DViewTest.java1575 Rect insets = new Rect(10, 20, 30, 50); in testFitSystemWindows() local
1578 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()
1582 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...