/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
D | ForceRelayoutTestBase.java | 99 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/ |
D | ConfigurationTest.java | 723 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/ |
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/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/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/tests/tests/car_builtin/src/android/car/cts/builtin/view/ |
D | TouchableInsetsProviderTest.java | 111 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/ |
D | ReferenceViewGroup.java | 74 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityImeTest.java | 301 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/ |
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/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 | 360 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()
|
D | View_ForceLayout.java | 232 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
D | ViewGroup_ScrollCaptureTest.java | 500 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 | 250 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()
|
D | GalleryTest.java | 419 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()
|
D | RelativeLayoutTest.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 | TableLayoutTest.java | 660 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/ |
D | VisibilitySetterActionTest.java | 43 protected void onLayout(boolean changed, int l, int t, int r, int b) {}
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | README.md | 23 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/ |
D | PageRangeAdjustAndVerify.java | 269 boolean changed = !Objects.equals(printAttributes[0], in adjustPageRangeAndVerifyPages() 282 docBuilder.build(), changed); in adjustPageRangeAndVerifyPages()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/ |
D | PreSimpleSaveActivityTest.java | 384 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/ |
D | readme.txt | 18 !Please note that all hardcoded hashes in ChecksumsTest.java will have to be changed!
|
/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
|