Home
last modified time | relevance | path

Searched refs:LayerType (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/libs/hwui/
DRenderProperties.h59 enum class LayerType { enum
74 bool setType(LayerType type) { in setType()
105 LayerType type() const { return mType; } in type()
115 LayerType mType = LayerType::None;
172 return CC_LIKELY(effectiveLayerType() == LayerType::None) && functorsNeedLayer; in prepareForFunctorPresence()
542 return mLayerProperties.mType == LayerType::None && fitsOnLayer() && in promotedToLayer()
548 LayerType effectiveLayerType() const { in effectiveLayerType()
549 return CC_UNLIKELY(promotedToLayer()) ? LayerType::RenderLayer : mLayerProperties.mType; in effectiveLayerType()
DRenderNode.cpp166 LayerType layerType = properties().effectiveLayerType(); in prepareLayer()
167 if (CC_UNLIKELY(layerType == LayerType::RenderLayer)) { in prepareLayer()
182 LayerType layerType = properties().effectiveLayerType(); in pushLayerUpdate()
185 if (CC_LIKELY(layerType != LayerType::RenderLayer) || CC_UNLIKELY(!isRenderable()) || in pushLayerUpdate()
DRenderProperties.cpp38 setType(LayerType::None); in ~LayerProperties()
128 const bool isLayer = effectiveLayerType() != LayerType::None; in debugOutputProperties()
/frameworks/base/libs/hwui/tests/common/scenes/
DHwLayerSizeAnimation.cpp33 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
DHwLayerAnimation.cpp32 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
DClippingAnimation.cpp54 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp225 SkASSERT(properties.effectiveLayerType() == LayerType::RenderLayer); in drawContent()
288 const bool isLayer = properties.effectiveLayerType() != LayerType::None; in setViewProperties()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_RenderNode.cpp95 LayerType layerType = static_cast<LayerType>(jlayerType); in android_view_RenderNode_setLayerType()
/frameworks/base/libs/hwui/tests/unit/
DRenderNodeTests.cpp318 rootNode->mutateStagingProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()
DRenderNodeDrawableTests.cpp529 child->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_SKIA_PIPELINE_TEST()
1072 layerNode->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_SKIA_PIPELINE_TEST()
/frameworks/base/core/java/android/view/
DView.java5154 public @interface LayerType {} annotation in View
20889 public void setLayerType(@LayerType int layerType, @Nullable Paint paint) { in setLayerType()
20978 @LayerType
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt55212 …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();