Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/res/cts/
DConfigurationTest.java552 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/
DSpannableStringBuilderSpanTest.java469 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/
Dpixel_format_f32.rsh8 // 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/
DRationale106 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/
DViewGroupTest.java69 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
/cts/hostsidetests/theme/app/src/android/theme/app/
DReferenceViewGroup.java74 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
/cts/tests/tests/widget/src/android/widget/cts/
DTableRowTest.java241 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()
DGalleryTest.java411 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()
DRelativeLayoutTest.java403 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()
DTableLayoutTest.java652 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/
DGestureDetectorCtsActivity.java68 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onCreate()
DMockView.java359 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()
DViewGroupTest.java783 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
DViewTest.java4666 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/
DREADME.md17 There, print all of the event data that has changed. For MotionEvents, ensure to look at the
/cts/tests/autofillservice/src/android/autofillservice/cts/
DPreSimpleSaveActivityTest.java381 final UiObject2 changed = saveUi.findObject(By.res(mPackageName, ID_STATIC_TEXT)); in tapLinkAfterUpdateAppliedTest() local
382 assertThat(changed.getText()).isEqualTo("ME!"); in tapLinkAfterUpdateAppliedTest()
DVisibilitySetterActionTest.java43 protected void onLayout(boolean changed, int l, int t, int r, int b) {}
DSimpleSaveActivityTest.java1469 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/
DPageRangeAdjustAndVerify.java269 boolean changed = !Objects.equals(printAttributes[0], in adjustPageRangeAndVerifyPages()
282 docBuilder.build(), changed); in adjustPageRangeAndVerifyPages()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dsmall_structs.rscript29 // - verify_* invokables check that the modification changed the data
/cts/hostsidetests/hdmicec/
Dcec_adapter.md51 DEBUG: [ 403] TV (0): device status changed into 'present'
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java237 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2356 public void onLayoutFinished(PrintDocumentInfo info, boolean changed) { in testPrinting()
2403 public void onLayoutFinished(PrintDocumentInfo info, boolean changed) { in testPrintingPagesCount()