Home
last modified time | relevance | path

Searched defs:RoundedCornerState (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshot.h29 struct RoundedCornerState { struct
31 RoundedCornerState(const FloatRect& cropRect, const vec2& radius) in RoundedCornerState() function
39 bool operator==(RoundedCornerState const& rhs) const { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DRoundedCornerProgressDrawable.kt76 private class RoundedCornerState(private val wrappedState: ConstantState) : ConstantState() { class
DBrightnessProgressDrawable.kt88 private class RoundedCornerState(private val wrappedState: ConstantState) : ConstantState() { class