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

  /external/skia/src/animator/
SkDisplayApply.h 39 void applyValues(int animatorIndex, SkOperand* values, int count,
SkAnimateActive.cpp 180 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
184 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
218 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
222 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
SkDisplayApply.cpp 107 void SkApply::applyValues(int animatorIndex, SkOperand* values, int count,
637 applyValues(inner, formulaValues.begin(), count, animate->getValuesType(), innerTime);
641 applyValues(inner, values.get(), count, animate->getValuesType(), innerTime);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedDatePickerAction.java 97 super.applyValues(action);
GuidedAction.java 43 * call {@link BuilderBase#applyValues(GuidedAction)}.
109 * {@link #applyValues(GuidedAction)}. When using GuidedAction directly, use {@link Builder}.
160 protected final void applyValues(GuidedAction action) {
572 applyValues(action);
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 354 milliseconds