/cts/tests/tests/widget/src/android/widget/cts/ |
D | MyGallery.java | 107 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 108 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | TableRowTest.java | 257 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 258 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | RelativeLayoutTest.java | 386 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 387 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | TableLayoutTest.java | 683 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 684 super.onLayout(changed, l, t, r, b); in onLayout()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ConfigurationTest.java | 463 int changed; in testUpdateFrom_localeFixUp() local 468 changed = config1.updateFrom(config2); in testUpdateFrom_localeFixUp() 469 assertEquals(0, changed); in testUpdateFrom_localeFixUp() 476 changed = config1.updateFrom(config2); in testUpdateFrom_localeFixUp() 477 assertEquals(ActivityInfo.CONFIG_LOCALE | ActivityInfo.CONFIG_LAYOUT_DIRECTION, changed); in testUpdateFrom_localeFixUp() 488 changed = config1.updateFrom(config2); in testUpdateFrom_localeFixUp() 489 assertEquals(0, changed); in testUpdateFrom_localeFixUp() 497 int changed; in testUpdateFrom_layoutDirection() local 503 changed = config1.updateFrom(config2); in testUpdateFrom_layoutDirection() 504 assertTrue((changed & ActivityInfo.CONFIG_LAYOUT_DIRECTION) != 0); in testUpdateFrom_layoutDirection() [all …]
|
/cts/tests/tests/text/src/android/text/cts/ |
D | SpannableStringBuilderSpanTest.java | 455 for (Changed changed: mChanged) { in assertUnmodified() 456 if (changed.span == span) in assertUnmodified() 462 for (Changed changed : mChanged) { in assertChanged() 463 if (changed.span == span) { in assertChanged() 464 assertEquals(changed.newStart, newStart); in assertChanged() 465 assertEquals(changed.newEnd, newEnd); in assertChanged()
|
/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/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/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 | 69 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onCreate()
|
D | MockView.java | 349 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument 350 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
D | ViewGroupTest.java | 666 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 2026 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 2206 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
D | ViewTest.java | 4017 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 4257 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 4433 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
/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/expectations/ |
D | knownfailures.txt | 131 …description: "permissions for the API previously used in the test has changed, making it impossibl…
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebViewTest.java | 2495 public void onLayoutFinished(PrintDocumentInfo info, boolean changed) {
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 46821 boolean changed
|