Searched refs:consumed (Results 1 – 2 of 2) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowInsetsTest.java | 192 final WindowInsets consumed = insets.consumeSystemWindowInsets(); in testConsume_systemWindowInsets() local 194 assertEquals(Insets.NONE, consumed.getSystemWindowInsets()); in testConsume_systemWindowInsets() 195 assertEquals(insets.getStableInsets(), consumed.getStableInsets()); in testConsume_systemWindowInsets() 196 assertEquals(insets.getDisplayCutout(), consumed.getDisplayCutout()); in testConsume_systemWindowInsets() 197 assertEquals(Insets.NONE, consumed.getSystemGestureInsets()); in testConsume_systemWindowInsets() 198 assertEquals(Insets.NONE, consumed.getMandatorySystemGestureInsets()); in testConsume_systemWindowInsets() 199 assertEquals(Insets.NONE, consumed.getTappableElementInsets()); in testConsume_systemWindowInsets() 212 final WindowInsets consumed = insets.consumeStableInsets(); in testConsume_stableInsets() local 214 assertEquals(insets.getSystemWindowInsets(), consumed.getSystemWindowInsets()); in testConsume_stableInsets() 215 assertEquals(Insets.NONE, consumed.getStableInsets()); in testConsume_stableInsets() [all …]
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 5344 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { in onNestedPreScroll() argument 5349 boolean consumed) { in onNestedFling() argument
|