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

  /external/ceres-solver/include/ceres/
types.h 388 CUBIC
solver.h 67 line_search_interpolation_type = CUBIC;
210 // function. Valid values are BISECTION, QUADRATIC and CUBIC.
    [all...]
  /external/ceres-solver/internal/ceres/
line_search.h 66 : interpolation_type(CUBIC),
types.cc 223 CASESTR(CUBIC);
235 STRENUM(CUBIC);
line_search.cc 194 } else if (interpolation_type == CUBIC) {
241 options().interpolation_type == CUBIC;
441 options().interpolation_type == CUBIC;
617 options().interpolation_type == CUBIC;
  /frameworks/base/core/java/android/widget/
OverScroller.java 601 private static final int CUBIC = 1;
735 mState = CUBIC;
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 605 private static final int CUBIC = 1;
739 mState = CUBIC;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 603 private static final int CUBIC = 1;
740 mState = CUBIC;
    [all...]

Completed in 1185 milliseconds