Home | History | Annotate | Download | only in drawable

Lines Matching defs:of

6  * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
41 * Delegate used to provide new implementation of a select few methods of {@link
44 * Through the layoutlib_create tool, the original methods of AnimatedVectorDrawable have been
45 * replaced by calls to methods of the same name in this delegate class.
95 return sHolders.addNewDelegate(FloatPropertySetter.of(setter, startValue,
113 return sHolders.addNewDelegate(IntPropertySetter.of(setter, startValue,
123 return sHolders.addNewDelegate(FloatPropertySetter.of(setter, startValue,
132 return sHolders.addNewDelegate(FloatPropertySetter.of(renderer::setRootAlpha,
222 * Class that allows setting a value and holds the range of values for the given property.
224 * @param <T> the type of the property
235 * Method to set an {@link Integer} value for this property. The default implementation of
243 * Method to set an {@link Integer} value for this property. The default implementation of
269 private static PropertySetter of(Consumer<Integer> valueSetter, int... values) {
286 private static PropertySetter of(Consumer<Float> valueSetter, float... values) {