HomeSort by relevance Sort by last modified time
    Searched defs:fromValues (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableRepeatable.cpp 40 const WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& fromValues = m_values;
42 ASSERT(!fromValues.isEmpty() && !toValues.isEmpty());
43 size_t size = lowestCommonMultiple(fromValues.size(), toValues.size());
46 const AnimatableValue* from = fromValues[i % fromValues.size()].get();
55 bool AnimatableRepeatable::interpolateLists(const WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& fromValues, const WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& toValues, double fraction, WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& interpolatedValues)
59 ASSERT(!fromValues.isEmpty() && !toValues.isEmpty());
60 size_t size = lowestCommonMultiple(fromValues.size(), toValues.size());
63 const AnimatableValue* from = fromValues[i % fromValues.size()].get()
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PostalSplitter.java 41 public void fromValues(ContentValues values) {
NameSplitter.java 153 public void fromValues(ContentValues values) {
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
vec2.js 61 vec2.fromValues = function(x, y) {
vec3.js 64 vec3.fromValues = function(x, y, z) {
vec4.js 67 vec4.fromValues = function(x, y, z, w) {
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
gl-matrix.js 163 vec2.fromValues = function(x, y) {
650 vec3.fromValues = function(x, y, z) {
1137 vec4.fromValues = function(x, y, z, w) {
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 371 final ViewEntry entry = ViewEntry.fromValues(context, mimeType, kind,
413 final ViewEntry imEntry = ViewEntry.fromValues(context,
550 public static ViewEntry fromValues(Context context, String mimeType, DataKind kind,

Completed in 1190 milliseconds