HomeSort by relevance Sort by last modified time
    Searched refs:doubler (Results 1 - 2 of 2) sorted by null

  /external/desugar/test/java/com/google/devtools/build/android/desugar/
DesugarJava8FunctionalTest.java 131 FunctionWithDefaultMethod<Integer> doubler = new FunctionWithDefaultMethod.DoubleInts(); local
132 assertThat(doubler.apply(7)).isEqualTo(14);
133 assertThat(doubler.twice(7)).isEqualTo(35);
138 FunctionWithDefaultMethod<Integer> doubler = new FunctionWithDefaultMethod.DoubleInts2(); local
139 assertThat(doubler.apply(7)).isEqualTo(14);
140 assertThat(doubler.twice(7)).isEqualTo(35);
145 FunctionWithDefaultMethod<Integer> doubler = local
147 assertThat(doubler.apply(7)).isEqualTo(14);
148 assertThat(doubler.twice(7)).isEqualTo(28);
  /cts/tests/tests/animation/src/android/animation/cts/
ObjectAnimatorTest.java 828 final Property doubler = AnimTarget.TEST_DOUBLING_VALUE; local
    [all...]

Completed in 161 milliseconds