Home
last modified time | relevance | path

Searched refs:isZero (Results 1 – 23 of 23) sorted by relevance

/frameworks/native/libs/ui/
DTransform.cpp44 bool Transform::isZero(float f) { in isZero() function in android::ui::Transform
49 return isZero(fabs(f) - 1.0f); in absIsOne()
122 if (isZero(tx) && isZero(ty)) { in set()
154 H.mType |= isZero(w) ? IDENTITY : TRANSLATE; in set()
162 V.mType |= isZero(h) ? IDENTITY : TRANSLATE; in set()
171 R.mType |= isZero(original_w) ? IDENTITY : TRANSLATE; in set()
293 if (isZero(b) && isZero(c)) { in type()
299 } else if (isZero(a) && isZero(d)) { in type()
325 if (!isZero(x) || !isZero(y)) in type()
/frameworks/base/libs/hwui/utils/
DMathUtils.h33 inline static bool isZero(float value) { in isZero() function
83 inline static bool areEqual(float valueA, float valueB) { return isZero(valueA - valueB); } in areEqual()
/frameworks/base/libs/hwui/
DMatrix.cpp69 static bool isZero(float f) { in isZero() function
107 if ((isZero(m00) && isZero(m11) && !isZero(m01) && !isZero(m10)) || in getType()
108 (isZero(m01) && isZero(m10) && !isZero(m00) && !isZero(m11))) { in getType()
DRenderProperties.cpp130 if (mPrimitiveFields.mAlpha < 1 && !MathUtils::isZero(mPrimitiveFields.mAlpha)) { in debugOutputProperties()
191 if (MathUtils::isZero(getRotationX()) && MathUtils::isZero(getRotationY())) { in updateMatrix()
DRenderNode.cpp91 << (MathUtils::isZero(properties().getAlpha()) ? ", zero alpha" : "") in output()
428 bool applyTranslationZ = true3dTransform && !MathUtils::isZero(properties().getZ()); in applyViewPropertyTransforms()
DRenderProperties.h537 (!MathUtils::isZero(mPrimitiveFields.mAlpha) && mPrimitiveFields.mAlpha < 1 && in promotedToLayer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DHistoryEvaluator.java95 while (!list.isEmpty() && isZero(list.get(0).weight)) { in decayValue()
100 private boolean isZero(float x) { in isZero() method in HistoryEvaluator
/frameworks/base/libs/hwui/pipeline/skia/
DLayerDrawable.cpp46 if (MathUtils::isZero(matrix.getScaleX()) && MathUtils::isZero(matrix.getScaleY())) { in shouldFilterRect()
DRenderNodeDrawable.cpp113 if ((!mInReorderingSection) || MathUtils::isZero(mRenderNode->properties().getZ())) { in onDraw()
/frameworks/native/libs/ui/include/ui/
DTransform.h112 static bool isZero(float f);
/frameworks/native/libs/ui/include_vndk/ui/
DTransform.h112 static bool isZero(float f);
/frameworks/base/core/java/android/util/
DRational.java201 public boolean isZero() { in isZero() method in Rational
/frameworks/base/core/java/android/telephony/
DSubscriptionPlan.java281 if (period.isZero() || period.isNegative()) { in createRecurring()
/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPFrequency.cpp36 static inline bool isZero(float f) { in isZero() function
46 return isZero(a - b); in compareEquality()
/frameworks/base/cmds/statsd/src/
DFieldValue.h334 bool isZero() const;
DFieldValue.cpp197 bool Value::isZero() const { in isZero() function in android::os::statsd::Value
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DRationalTest.java429 assertAction("zero", object, expected, object.isZero()); in assertZero()
/frameworks/base/cmds/statsd/src/metrics/
DValueMetricProducer.cpp895 if (mSkipZeroDiffOutput && mUseDiff && interval.value.isZero()) { in buildPartialBucket()
/frameworks/base/non-updatable-api/
Dcurrent.txt49544 method public boolean isZero();
68867 method public boolean isZero();
69593 method public default boolean isZero();
/frameworks/base/api/
Dcurrent.txt49688 method public boolean isZero();
69011 method public boolean isZero();
69737 method public default boolean isZero();
/frameworks/base/config/
Dboot-image-profile.txt8209 HSPLandroid/icu/impl/number/DecimalQuantity_AbstractBCD;->isZero()Z
Dhiddenapi-greylist-max-o.txt28532 Landroid/icu/text/DigitList_Android;->isZero()Z
104825 Ljava/math/BigDecimal;->isZero()Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31770 method public boolean isZero();