Home
last modified time | relevance | path

Searched refs:isPositive (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DOutline.h53 if (MathUtils::isPositive(radius)) { in setRoundRect()
94 return mShouldClip && (mType != Type::RoundRect || MathUtils::isPositive(mRadius)); in willComplexClip()
/frameworks/base/libs/hwui/utils/
DMathUtils.h43 inline static bool isPositive(float value) { return value >= NON_ZERO_EPSILON; } in isPositive() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/
DKeyguardTransitionAnimationFlow.kt55 if (!duration.isPositive()) { in <lambda>()