/cts/tests/tests/content/src/android/content/res/cts/ |
D | ConfigurationTest.java | 552 int changed; in testUpdateFrom_localeFixUp() local 557 changed = config1.updateFrom(config2); in testUpdateFrom_localeFixUp() 558 assertEquals(0, changed); in testUpdateFrom_localeFixUp() 565 changed = config1.updateFrom(config2); in testUpdateFrom_localeFixUp() 566 assertEquals(ActivityInfo.CONFIG_LOCALE | ActivityInfo.CONFIG_LAYOUT_DIRECTION, changed); in testUpdateFrom_localeFixUp() 577 changed = config1.updateFrom(config2); in testUpdateFrom_localeFixUp() 578 assertEquals(0, changed); in testUpdateFrom_localeFixUp() 586 int changed; in testUpdateFrom_layoutDirection() local 592 changed = config1.updateFrom(config2); in testUpdateFrom_layoutDirection() 593 assertTrue((changed & ActivityInfo.CONFIG_LAYOUT_DIRECTION) != 0); in testUpdateFrom_layoutDirection() [all …]
|
/cts/tests/tests/text/src/android/text/cts/ |
D | SpannableStringBuilderSpanTest.java | 469 for (Changed changed: mChanged) { in verifyUnmodified() 470 if (changed.span == span) in verifyUnmodified() 476 for (Changed changed : mChanged) { in verifyChanged() 477 if (changed.span == span) { in verifyChanged() 478 assertEquals(changed.newStart, newStart); in verifyChanged() 479 assertEquals(changed.newEnd, newEnd); in verifyChanged()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | pixel_format_f32.rsh | 8 // value (actual_depth). The actual_depth field is never changed once set. 21 // the color (red, green, blue) of FocusPixel is *not* changed.
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 106 have been changed in very few places only. In these cases, only the 107 role of some operands has been changed, and it was made sure that the 114 of the executed statements should not be changed, there are still cases 158 o For Proc_2, no code has been changed, but the values of the actual 159 parameter have changed due to changes in "main". 161 o In Proc_4, the second assignment has been changed from 175 o In Func_2, the second character comparison statement has been changed 194 The distribution statistics have been changed only by the addition of 197 changed from local to global). The distribution statistics in the 202 not been changed, to keep the program consistent with the original
|
/cts/tests/tests/view/sdk28/src/android/view/cts/sdk28/ |
D | ViewGroupTest.java | 69 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
/cts/hostsidetests/theme/app/src/android/theme/app/ |
D | ReferenceViewGroup.java | 74 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TableRowTest.java | 241 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 242 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | GalleryTest.java | 411 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 412 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | RelativeLayoutTest.java | 403 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 404 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | TableLayoutTest.java | 652 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 653 super.onLayout(changed, l, t, r, b); in onLayout()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | GestureDetectorCtsActivity.java | 68 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onCreate()
|
D | MockView.java | 359 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument 360 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
D | ViewGroupTest.java | 783 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 2705 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 3013 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 3464 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
D | ViewTest.java | 4666 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 5215 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 5374 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | README.md | 17 There, print all of the event data that has changed. For MotionEvents, ensure to look at the
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | PreSimpleSaveActivityTest.java | 381 final UiObject2 changed = saveUi.findObject(By.res(mPackageName, ID_STATIC_TEXT)); in tapLinkAfterUpdateAppliedTest() local 382 assertThat(changed.getText()).isEqualTo("ME!"); in tapLinkAfterUpdateAppliedTest()
|
D | VisibilitySetterActionTest.java | 43 protected void onLayout(boolean changed, int l, int t, int r, int b) {}
|
D | SimpleSaveActivityTest.java | 1469 final UiObject2 changed = saveUi.findObject(By.res(mPackageName, ID_STATIC_TEXT)); in tapLinkAfterUpdateAppliedTest() local 1470 assertThat(changed.getText()).isEqualTo("ME!"); in tapLinkAfterUpdateAppliedTest()
|
/cts/tests/tests/print/src/android/print/cts/ |
D | PageRangeAdjustAndVerify.java | 269 boolean changed = !Objects.equals(printAttributes[0], in adjustPageRangeAndVerifyPages() 282 docBuilder.build(), changed); in adjustPageRangeAndVerifyPages()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | small_structs.rscript | 29 // - verify_* invokables check that the modification changed the data
|
/cts/hostsidetests/hdmicec/ |
D | cec_adapter.md | 51 DEBUG: [ 403] TV (0): device status changed into 'present'
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | BoxInsetLayout.java | 237 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebViewTest.java | 2356 public void onLayoutFinished(PrintDocumentInfo info, boolean changed) { in testPrinting() 2403 public void onLayoutFinished(PrintDocumentInfo info, boolean changed) { in testPrintingPagesCount()
|