Searched refs:applied (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
H A DDiffUtilTest.java272 List<Item> applied = applyUpdates(mBefore, DiffUtil.calculateDiff(mCallback, false));
273 assertThat(applied.size(), is(5));
274 assertThat(applied.get(4).newItem, is(true));
275 assertThat(applied.contains(mBefore.get(0)), is(false));
321 List<Item> applied = applyUpdates(mBefore, result);
322 assertEquals(applied, mAfter);
342 private void assertEquals(List<Item> applied, List<Item> after) { argument
343 log("applied", applied);
346 assertThat(report, applied
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV14.java88 boolean applied = false;
93 applied = updateForNightMode(modeToApply);
103 return applied;
135 // If we've already applied day night, re-apply since we won't be
205 // mode to be applied
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java429 final WindowInsetsCompat applied =
431 if (applied.isConsumed()) {
433 return applied;
440 // we manually dispatch the applied insets, not allowing children to
444 res.left = applied.getSystemWindowInsetLeft();
445 res.top = applied.getSystemWindowInsetTop();
446 res.right = applied.getSystemWindowInsetRight();
447 res.bottom = applied.getSystemWindowInsetBottom();
451 .dispatchApplyWindowInsets(getChildAt(i), applied);
465 return applied
[all...]
/frameworks/rs/script_api/
H A Drs_math.spec20 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.
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.
H A Drs_matrix.spec42 does a scaling, the resulting matrix when applied to a vector will first do the

Completed in 919 milliseconds