Searched refs:IconAllowOverlap (Results 1 – 4 of 4) sorted by relevance
30 struct IconAllowOverlap : LayoutProperty<bool> { struct255 IconAllowOverlap,
146 return IconAllowOverlap::defaultValue(); in getDefaultIconAllowOverlap()150 return impl().layout.get<IconAllowOverlap>(); in getIconAllowOverlap()157 impl_->layout.get<IconAllowOverlap>() = value; in setIconAllowOverlap()
148 bucket.layout.get<style::IconAllowOverlap>(), in placeLayerBucket()259 bucket.layout.get<style::IconAllowOverlap>(), in updateBucketOpacities()
414 const bool mayOverlap = layout.get<TextAllowOverlap>() || layout.get<IconAllowOverlap>() || in place()