Searched refs:LayerType (Results 1 – 12 of 12) sorted by relevance
54 enum class LayerType { enum70 bool setType(LayerType type) { in setType()124 LayerType type() const { in type()130 LayerType mType = LayerType::None;185 return CC_LIKELY(effectiveLayerType() == LayerType::None) && functorsNeedLayer; in prepareForFunctorPresence()618 return mLayerProperties.mType == LayerType::None in promotedToLayer()626 LayerType effectiveLayerType() const { in effectiveLayerType()627 return CC_UNLIKELY(promotedToLayer()) ? LayerType::RenderLayer : mLayerProperties.mType; in effectiveLayerType()
39 setType(LayerType::None); in ~LayerProperties()126 const bool isLayer = effectiveLayerType() != LayerType::None; in debugOutputProperties()
261 LayerType layerType = properties().effectiveLayerType(); in prepareLayer()262 if (CC_UNLIKELY(layerType == LayerType::RenderLayer)) { in prepareLayer()301 LayerType layerType = properties().effectiveLayerType(); in pushLayerUpdate()304 if (CC_LIKELY(layerType != LayerType::RenderLayer) in pushLayerUpdate()599 const bool isLayer = properties().effectiveLayerType() != LayerType::None; in pushLayerUpdate()
237 const bool isLayer = properties.effectiveLayerType() != LayerType::None; in deferNodePropsAndOps()
34 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
56 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
201 props.mutateLayerProperties().setType(LayerType::RenderLayer); in validateLayerDraw()
1265 props.mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()1360 props.mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()1371 props.mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()1435 props.mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()1651 properties.mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()1862 props.mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()
155 LayerType layerType = static_cast<LayerType>(jlayerType); in android_view_RenderNode_setLayerType()
165 private @interface LayerType {} annotation in ViewCompat2195 public static void setLayerType(View view, @LayerType int layerType, Paint paint) { in setLayerType()2215 @LayerType
7814 org.apache.http.conn.routing.RouteInfo$LayerType
55212 …g.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http.conn.routing.RouteInfo.LayerType);55213 …g.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http.conn.routing.RouteInfo.LayerType);55221 method public final org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();55251 method public abstract org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();55261 public static final class RouteInfo.LayerType extends java.lang.Enum {55262 method public static org.apache.http.conn.routing.RouteInfo.LayerType valueOf(java.lang.String);55263 method public static final org.apache.http.conn.routing.RouteInfo.LayerType[] values();55264 enum_constant public static final org.apache.http.conn.routing.RouteInfo.LayerType LAYERED;55265 enum_constant public static final org.apache.http.conn.routing.RouteInfo.LayerType PLAIN;55284 method public final org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();