Home
last modified time | relevance | path

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

12

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DForceRelayoutTestBase.java99 boolean changed, int left, int top, int right, int bottom) { in onCreate()
100 super.onLayout(changed, left, top, right, bottom); in onCreate()
/cts/tests/tests/content/src/android/content/res/cts/
DConfigurationTest.java723 int changed; in testUpdateFrom_localeFixUp() local
728 changed = config1.updateFrom(config2); in testUpdateFrom_localeFixUp()
729 assertEquals(0, changed); in testUpdateFrom_localeFixUp()
736 changed = config1.updateFrom(config2); in testUpdateFrom_localeFixUp()
737 assertEquals(ActivityInfo.CONFIG_LOCALE | ActivityInfo.CONFIG_LAYOUT_DIRECTION, changed); in testUpdateFrom_localeFixUp()
748 changed = config1.updateFrom(config2); in testUpdateFrom_localeFixUp()
749 assertEquals(0, changed); in testUpdateFrom_localeFixUp()
758 int changed; in testUpdateFrom_layoutDirection() local
764 changed = config1.updateFrom(config2); in testUpdateFrom_layoutDirection()
765 assertTrue((changed & ActivityInfo.CONFIG_LAYOUT_DIRECTION) != 0); in testUpdateFrom_layoutDirection()
[all …]
/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/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/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/tests/tests/car_builtin/src/android/car/cts/builtin/view/
DTouchableInsetsProviderTest.java111 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
116 super.onLayout(changed, left, top, right, bottom); in onLayout()
/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/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityImeTest.java301 boolean changed = selectionChangeLatch.await(AsyncUtils.DEFAULT_TIMEOUT_MS, MILLISECONDS); in testSelectionChange_requestIme()
303 if (!changed) { in testSelectionChange_requestIme()
310 assertTrue("time out waiting for selection change", changed); in testSelectionChange_requestIme()
/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/src/android/view/cts/
DGestureDetectorCtsActivity.java68 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onCreate()
DMockView.java360 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
361 super.onLayout(changed, left, top, right, bottom); in onLayout()
DView_ForceLayout.java232 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
DViewGroup_ScrollCaptureTest.java500 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.java250 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
251 super.onLayout(changed, l, t, r, b); in onLayout()
DGalleryTest.java419 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
420 super.onLayout(changed, l, t, r, b); in onLayout()
DRelativeLayoutTest.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()
DTableLayoutTest.java660 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
661 super.onLayout(changed, l, t, r, b); in onLayout()
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DVisibilitySetterActionTest.java43 protected void onLayout(boolean changed, int l, int t, int r, int b) {}
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DREADME.md23 There, print all of the event data that has changed. For MotionEvents, ensure to look at the
/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/autofillservice/src/android/autofillservice/cts/saveui/
DPreSimpleSaveActivityTest.java384 final UiObject2 changed = saveUi.findObject(By.res(mPackageName, ID_STATIC_TEXT)); in tapLinkAfterUpdateAppliedTest() local
385 assertThat(changed.getText()).isEqualTo("ME!"); in tapLinkAfterUpdateAppliedTest()
/cts/tests/tests/content/data/
Dreadme.txt18 !Please note that all hardcoded hashes in ChecksumsTest.java will have to be changed!
/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

12