Home
last modified time | relevance | path

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

/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/services/surfaceflinger/
DLayerFE.cpp372 bool LayerFE::hasRoundedCorners() const { in hasRoundedCorners() function in android::LayerFE
DLayer.h515 bool hasRoundedCorners() const { return getRoundedCornerState().hasRoundedCorners(); } 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.java1227 private boolean hasRoundedCorners() { in hasRoundedCorners() method in ScreenDecorations