Searched refs:LayerType (Results 1 – 7 of 7) sorted by relevance
53 enum class LayerType { enum69 bool setType(LayerType type) { in setType()123 LayerType type() const { in type()129 LayerType mType = LayerType::None;184 return CC_LIKELY(effectiveLayerType() == LayerType::None) && functorsNeedLayer; in prepareForFunctorPresence()608 return mLayerProperties.mType == LayerType::None in promotedToLayer()617 LayerType effectiveLayerType() const { in effectiveLayerType()618 return CC_UNLIKELY(promotedToLayer()) ? LayerType::RenderLayer : mLayerProperties.mType; in effectiveLayerType()
41 setType(LayerType::None); in ~LayerProperties()147 const bool isLayer = effectiveLayerType() != LayerType::None; in debugOutputProperties()
146 LayerType layerType = properties().effectiveLayerType(); in prepareLayer()147 if (CC_UNLIKELY(layerType == LayerType::RenderLayer)) { in prepareLayer()161 LayerType layerType = properties().effectiveLayerType(); in pushLayerUpdate()164 if (CC_LIKELY(layerType != LayerType::RenderLayer) || CC_UNLIKELY(!isRenderable())) { in pushLayerUpdate()414 const bool isLayer = properties().effectiveLayerType() != LayerType::None; in setViewProperties()
87 LayerType layerType = static_cast<LayerType>(jlayerType); in android_view_RenderNode_setLayerType()
148 private @interface LayerType {} annotation in ViewCompat1961 public static void setLayerType(View view, @LayerType int layerType, Paint paint) { in setLayerType()1981 @LayerType
206 [Lorg.apache.http.conn.routing.RouteInfo$LayerType;3660 org.apache.http.conn.routing.RouteInfo$LayerType
3853 http://developer.android.com/reference/org/apache/http/conn/routing/RouteInfo.LayerType.html