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

  /frameworks/support/leanback/src/main/java/androidx/leanback/util/
MathUtil.java 23 public final class MathUtil {
25 private MathUtil() {
  /packages/apps/Dialer/java/com/android/dialer/common/
MathUtil.java 20 public class MathUtil {
  /external/protobuf/src/google/protobuf/stubs/
mathutil.h 79 class MathUtil {
136 bool MathUtil::WithinFractionOrMargin(const T x, const T y,
  /external/tensorflow/tensorflow/core/lib/math/
math_util.h 26 class MathUtil {
98 IntegralType MathUtil::CeilOrFloorOfRatio(IntegralType numerator,
136 IntegralType MathUtil::GCD(IntegralType a, IntegralType b) {
152 T MathUtil::IPow(T base, int exp) {
  /external/tensorflow/tensorflow/stream_executor/lib/
mathutil.h 32 class MathUtil {
58 IntegralType MathUtil::CeilOrFloorOfRatio(IntegralType numerator,
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
AnswerFragment.java 55 import com.android.dialer.common.MathUtil;
130 view.setAlpha(MathUtil.lerp(view.getAlpha(), newAlpha, ANIMATE_LERP_PROGRESS));
134 view.setScaleX(MathUtil.lerp(view.getScaleX(), newScale, ANIMATE_LERP_PROGRESS));
135 view.setScaleY(MathUtil.lerp(view.getScaleY(), newScale, ANIMATE_LERP_PROGRESS));
871 scaleToward(contactGridManager.getContainerView(), MathUtil.lerp(1f, .75f, headerProgress));
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
FlingUpDownMethod.java 57 import com.android.dialer.common.MathUtil;
114 view.setTranslationY(MathUtil.lerp(view.getTranslationY(), newY, SWIPE_LERP_PROGRESS_FACTOR));
118 view.setTranslationX(MathUtil.lerp(view.getTranslationX(), newX, SWIPE_LERP_PROGRESS_FACTOR));
122 view.setAlpha(MathUtil.lerp(view.getAlpha(), newAlpha, SWIPE_LERP_PROGRESS_FACTOR));
126 view.setRotation(MathUtil.lerp(view.getRotation(), newRotation, SWIPE_LERP_PROGRESS_FACTOR));
413 final float clampedProgress = MathUtil.clamp(swipeProgress, -1 /* min */, 1 /* max */);
    [all...]
  /prebuilts/misc/common/truth/
truth-0.28.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.24/
truth-0.24.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.26/
truth-0.26.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.28/
truth-0.28.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.31/
truth-0.31.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.34/
truth-0.34.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.36/
truth-0.36.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 

Completed in 413 milliseconds