Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderProperties.h58 enum class LayerType { enum
73 bool setType(LayerType type) { in setType()
116 LayerType type() const { return mType; } in type()
126 LayerType mType = LayerType::None;
186 return CC_LIKELY(effectiveLayerType() == LayerType::None) && functorsNeedLayer; in prepareForFunctorPresence()
552 return mLayerProperties.mType == LayerType::None && fitsOnLayer() && in promotedToLayer()
559 LayerType effectiveLayerType() const { in effectiveLayerType()
560 return CC_UNLIKELY(promotedToLayer()) ? LayerType::RenderLayer : mLayerProperties.mType; in effectiveLayerType()
DRenderNode.cpp170 LayerType layerType = properties().effectiveLayerType(); in prepareLayer()
171 if (CC_UNLIKELY(layerType == LayerType::RenderLayer)) { in prepareLayer()
185 LayerType layerType = properties().effectiveLayerType(); in pushLayerUpdate()
188 if (CC_LIKELY(layerType != LayerType::RenderLayer) || CC_UNLIKELY(!isRenderable()) || in pushLayerUpdate()
DRenderProperties.cpp38 setType(LayerType::None); in ~LayerProperties()
143 const bool isLayer = effectiveLayerType() != LayerType::None; in debugOutputProperties()
/frameworks/base/libs/hwui/tests/unit/
DCanvasContextTests.cpp52 EXPECT_EQ(LayerType::None, node->stagingProperties().effectiveLayerType()); in RENDERTHREAD_TEST()
53 node->mutateStagingProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()
DRenderNodeTests.cpp321 rootNode->mutateStagingProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()
DRenderNodeDrawableTests.cpp532 child->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()
1079 layerNode->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()
/frameworks/base/libs/hwui/tests/common/scenes/
DHwLayerAnimation.cpp34 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
DHwLayerSizeAnimation.cpp35 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
DClippingAnimation.cpp56 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
DStretchyListViewAnimation.cpp201 LayerType::RenderLayer); in doFrame()
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp245 SkASSERT(properties.effectiveLayerType() == LayerType::RenderLayer); in drawContent()
404 const bool isLayer = properties.effectiveLayerType() != LayerType::None; in setViewProperties()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_RenderNode.cpp92 LayerType layerType = static_cast<LayerType>(jlayerType); in android_view_RenderNode_setLayerType()
/frameworks/base/core/java/android/view/
DView.java5610 public @interface LayerType {} annotation in View
23283 public void setLayerType(@LayerType int layerType, @Nullable Paint paint) { in setLayerType()
23408 @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();