Home
last modified time | relevance | path

Searched defs:hasRoundedCorners (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/
DLayerFE.cpp353 bool LayerFE::hasRoundedCorners() const { in hasRoundedCorners() function in android::LayerFE
DLayer.h514 bool hasRoundedCorners() const { return getRoundedCornerState().hasRoundedCorners(); } in hasRoundedCorners() function
/frameworks/base/core/java/android/view/animation/
DAnimation.java706 public void setHasRoundedCorners(boolean hasRoundedCorners) { in setHasRoundedCorners()
879 public boolean hasRoundedCorners() { in hasRoundedCorners() method in Animation
/frameworks/av/media/libstagefright/renderfright/gl/
DProgramCache.h136 inline bool hasRoundedCorners() const { in hasRoundedCorners() function
/frameworks/native/libs/renderengine/gl/
DProgramCache.h141 inline bool hasRoundedCorners() const { in hasRoundedCorners() function
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshot.h38 bool hasRoundedCorners() const { return radius.x > 0.0f && radius.y > 0.0f; } in hasRoundedCorners() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1202 private boolean hasRoundedCorners() { in hasRoundedCorners() method in ScreenDecorations