Searched refs:applied (Results 1 – 15 of 15) sorted by relevance
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/ |
D | DiffUtilTest.java | 272 List<Item> applied = applyUpdates(mBefore, DiffUtil.calculateDiff(mCallback, false)); in testDisableMoveDetection() local 273 assertThat(applied.size(), is(5)); in testDisableMoveDetection() 274 assertThat(applied.get(4).newItem, is(true)); in testDisableMoveDetection() 275 assertThat(applied.contains(mBefore.get(0)), is(false)); in testDisableMoveDetection() 321 List<Item> applied = applyUpdates(mBefore, result); in check() local 322 assertEquals(applied, mAfter); in check() 342 private void assertEquals(List<Item> applied, List<Item> after) { in assertEquals() argument 343 log("applied", applied); in assertEquals() 346 assertThat(report, applied.size(), is(after.size())); in assertEquals() 348 Item item = applied.get(i); in assertEquals()
|
/frameworks/compile/slang/tests/F_foreach_non_kernel/ |
D | stderr.txt.expect | 1 foreach_non_kernel.rs:14:3: error: rsForEach applied to function oldFoo defined without "kernel" at… 2 foreach_non_kernel.rs:15:3: error: rsForEach applied to function foo defined without "kernel" attri…
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | AppCompatDelegateImplV14.java | 88 boolean applied = false; in applyDayNight() 93 applied = updateForNightMode(modeToApply); in applyDayNight() 103 return applied; in applyDayNight()
|
/frameworks/support/development/refaster/ |
D | README | 25 5. Rules have been applied! Celebrate!
|
/frameworks/support/core-ui/java/android/support/v4/view/ |
D | ViewPager.java | 429 final WindowInsetsCompat applied = in initViewPager() 431 if (applied.isConsumed()) { in initViewPager() 433 return applied; in initViewPager() 444 res.left = applied.getSystemWindowInsetLeft(); in initViewPager() 445 res.top = applied.getSystemWindowInsetTop(); in initViewPager() 446 res.right = applied.getSystemWindowInsetRight(); in initViewPager() 447 res.bottom = applied.getSystemWindowInsetBottom(); in initViewPager() 451 .dispatchApplyWindowInsets(getChildAt(i), applied); in initViewPager() 465 return applied.replaceSystemWindowInsets( in initViewPager()
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 20 The mathematical functions below can be applied to scalars and vectors. When applied 21 to vectors, the returned value is a vector of the function applied to each entry of the input. function 507 There are two variants of clamp: one where the min and max are scalars applied 949 The @max() function returns identical results but can be applied to more data types. 994 The @min() function returns identical results but can be applied to more data types.
|
D | rs_matrix.spec | 42 does a scaling, the resulting matrix when applied to a vector will first do the
|
/frameworks/base/core/proto/android/service/ |
D | power.proto | 197 // True if the display power state has been fully applied, which means the
|
/frameworks/rs/script_api/include/ |
D | rs_matrix.rsh | 44 * does a scaling, the resulting matrix when applied to a vector will first do the
|
D | rs_math.rsh | 22 * The mathematical functions below can be applied to scalars and vectors. When applied 23 * to vectors, the returned value is a vector of the function applied to each entry of the input. 730 * There are two variants of clamp: one where the min and max are scalars applied 1747 * The max() function returns identical results but can be applied to more data types. 1810 * The min() function returns identical results but can be applied to more data types.
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 681 # is applied to all files. 828 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to 831 # the output darker. The value divided by 100 is the actual gamma applied,
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 847 # Note that the filter must not add or remove lines; it is applied before the 858 # patterns match the file name, INPUT_FILTER is applied. 1102 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the 1105 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
|
D | Doxyfile | 856 # Note that the filter must not add or remove lines; it is applied before the 867 # patterns match the file name, INPUT_FILTER is applied. 1111 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the 1114 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
|
/frameworks/native/docs/ |
D | Doxyfile | 810 # non of the patterns match the file name, INPUT_FILTER is applied. 997 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to 1000 # the output darker. The value divided by 100 is the actual gamma applied,
|
/frameworks/base/proto/src/ |
D | metrics_constants.proto | 3858 // An activity was autofilled and all values could be applied
|