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

  /external/ceres-solver/internal/ceres/
line_search.h 64 : interpolation_type(CUBIC),
types.cc 225 CASESTR(CUBIC);
237 STRENUM(CUBIC);
line_search.cc 198 } else if (interpolation_type == CUBIC) {
249 options().interpolation_type == CUBIC;
    [all...]
  /external/ceres-solver/include/ceres/
solver.h 68 line_search_interpolation_type = CUBIC;
224 // function. Valid values are BISECTION, QUADRATIC and CUBIC.
    [all...]
types.h 403 CUBIC
  /frameworks/base/core/java/android/widget/
OverScroller.java 599 private static final int CUBIC = 1;
733 mState = CUBIC;
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 602 private static final int CUBIC = 1;
736 mState = CUBIC;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 600 private static final int CUBIC = 1;
737 mState = CUBIC;
    [all...]

Completed in 581 milliseconds