Home
last modified time | relevance | path

Searched defs:insets (Results 1 – 16 of 16) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsTest.java60 final WindowInsets insets = new WindowInsets.Builder() in testBuilder() local
79 final WindowInsets insets = new WindowInsets.Builder() in testBuilder_copy() local
94 final WindowInsets insets = new WindowInsets.Builder() in testBuilder_consumed() local
106 final WindowInsets insets = new WindowInsets.Builder() in testBuilder_emptyCutout() local
128 final WindowInsets insets = builder.build(); in testBuilder_producesImmutableWindowInsets() local
144 final WindowInsets insets = new WindowInsets.Builder() in testEquality() local
169 final WindowInsets insets = new WindowInsets.Builder() in testInEquality_consuming() local
184 final WindowInsets insets = new WindowInsets.Builder() in testConsume_systemWindowInsets() local
204 final WindowInsets insets = new WindowInsets.Builder() in testConsume_stableInsets() local
224 final WindowInsets insets = new WindowInsets.Builder() in testConsume_displayCutout() local
[all …]
DWindowInsetsPolicyTest.java98 WindowInsets insets = getOnMainSync(activity::getDispatchedInsets); in testWindowInsets_dispatched() local
108 WindowInsets insets = getOnMainSync(activity::getRootInsets); in testWindowInsets_root() local
143 WindowInsets insets = getOnMainSync(activity::getDispatchedInsets); in testForcedConsumedTopInsets() local
164 private void commonAsserts(WindowInsets insets) { in commonAsserts()
DDisplayCutoutTests.java154 WindowInsets insets = getOnMainSync(activity::getRootInsets); in runTest() local
176 private void commonAsserts(TestActivity activity, WindowInsets insets, DisplayCutout cutout) { in commonAsserts()
266 private void assertOnlyShortEdgeHasBounds(TestActivity activity, WindowInsets insets, in assertOnlyShortEdgeHasBounds()
296 private static Rect systemWindowInsets(WindowInsets insets) { in systemWindowInsets()
301 private static Rect stableInsets(WindowInsets insets) { in stableInsets()
DWindowInputTests.java97 WindowInsets insets = mActivity.getWindow().getDecorView().getRootWindowInsets(); in testMoveWindowAndTap() local
/cts/tests/tests/view/sdk28/src/android/view/cts/sdk28/
DViewGroupTest.java73 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows()
85 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows()
/cts/tests/tests/graphics/src/android/graphics/cts/
DInsetsTest.java42 Insets insets = Insets.of(1, 2, 3, 4); in testInsetsAppliedInOrder() local
57 Insets insets = Insets.of(rect); in testInsetsFromRect() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsActivity.java104 private void showVisualBoundary(WindowInsets insets) { in showVisualBoundary()
134 public WindowInsets onApplyWindowInsets(View v, WindowInsets insets) { in onApplyWindowInsets()
252 public Rect getOperationArea(Insets insets, WindowInsets windowInsets) { in getOperationArea()
DWindowInsetsPresenterDrawable.java114 private void drawInset(Canvas canvas, Insets insets, Paint paint) { in drawInset()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DBroadcastReceiverActivity.java69 view.setOnApplyWindowInsetsListener((v, insets) -> { in onCreate() argument
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java450 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableWrapperTest.java445 public void setInsets(@Nullable Insets insets) { in setInsets()
DDrawableContainerTest.java914 public void setInsets(@Nullable Insets insets) { in setInsets()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java77 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets()
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java2817 WindowInsets insets = new WindowInsets.Builder().setSystemWindowInsets( in testDispatchInsets_affectsChildren() local
2839 WindowInsets insets = new WindowInsets.Builder().setSystemWindowInsets( in testDispatchInsets_doesntAffectSiblings() local
2863 WindowInsets insets = new WindowInsets.Builder().setSystemWindowInsets( in testDispatchInsets_doesntAffectParentSiblings() local
2884 WindowInsets insets = new WindowInsets.Builder().setSystemWindowInsets( in testDispatchInsets_consumeDoesntStopDispatch() local
3139 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows()
DMockView.java399 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows()
DViewTest.java1774 Rect insets = new Rect(10, 20, 30, 50); in testFitSystemWindows() local