Home
last modified time | relevance | path

Searched defs:isZero (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/hwui/effects/
DStretchEffect.h122 inline static bool isZero(float value) { in isZero() function
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
DExtensionHelper.java103 public static boolean isZero(@NonNull Rect rect) { in isZero() method in ExtensionHelper
/frameworks/native/libs/ui/include/ui/
DStretchEffect.h49 static bool isZero(float value) { in isZero() function
/frameworks/base/libs/hwui/utils/
DMathUtils.h33 inline static bool isZero(float value) { in isZero() function
/frameworks/base/core/java/android/util/
DRational.java205 public boolean isZero() { in isZero() method in Rational
/frameworks/base/core/jni/
Dcom_android_internal_content_FileSystemUtils.cpp173 bool isZero = std::all_of(buffer.get(), buffer.get() + readLength, in punchHoles() local
/frameworks/base/libs/hwui/
DMatrix.cpp69 static bool isZero(float f) { in isZero() function
/frameworks/av/media/libmedia/include/media/
DCodecCapabilitiesUtils.h482 bool isZero() const { in isZero() function
/frameworks/native/libs/ui/
DTransform.cpp46 bool Transform::isZero(float f) { in isZero() function in android::ui::Transform
/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPFrequency.cpp36 static inline bool isZero(float f) { in isZero() function
/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp1919 bool isZero = (res.value == 0); in validateResourceUsage() local