/aosp12/frameworks/base/libs/hwui/ |
H A D | RenderProperties.h | 61 enum class LayerType { enum 76 bool setType(LayerType type) { in setType() 115 LayerType type() const { return mType; } in type() 125 LayerType mType = LayerType::None; 184 return CC_LIKELY(effectiveLayerType() == LayerType::None) && functorsNeedLayer; in prepareForFunctorPresence() 554 return mLayerProperties.mType == LayerType::None && fitsOnLayer() && in promotedToLayer() 561 LayerType effectiveLayerType() const { in effectiveLayerType() 562 return CC_UNLIKELY(promotedToLayer()) ? LayerType::RenderLayer : mLayerProperties.mType; in effectiveLayerType()
|
H A D | RenderNode.cpp | 159 LayerType layerType = properties().effectiveLayerType(); in prepareLayer() 160 if (CC_UNLIKELY(layerType == LayerType::RenderLayer)) { in prepareLayer() 175 LayerType layerType = properties().effectiveLayerType(); in pushLayerUpdate() 178 if (CC_LIKELY(layerType != LayerType::RenderLayer) || CC_UNLIKELY(!isRenderable()) || in pushLayerUpdate()
|
H A D | RenderProperties.cpp | 38 setType(LayerType::None); in ~LayerProperties() 136 const bool isLayer = effectiveLayerType() != LayerType::None; in debugOutputProperties()
|
/aosp12/frameworks/base/libs/hwui/tests/common/scenes/ |
H A D | HwLayerAnimation.cpp | 32 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
|
H A D | HwLayerSizeAnimation.cpp | 33 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
|
H A D | ClippingAnimation.cpp | 54 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
|
H A D | StretchyListViewAnimation.cpp | 192 LayerType::RenderLayer); in doFrame()
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_layers.cpp | 540 HWC2::Error HWCLayer::SetLayerType(IQtiComposerClient::LayerType type) { in SetLayerType() 543 case IQtiComposerClient::LayerType::UNKNOWN: in SetLayerType() 546 case IQtiComposerClient::LayerType::APP: in SetLayerType() 549 case IQtiComposerClient::LayerType::GAME: in SetLayerType() 552 case IQtiComposerClient::LayerType::BROWSER: in SetLayerType()
|
H A D | hwc_layers.h | 108 HWC2::Error SetLayerType(IQtiComposerClient::LayerType type);
|
H A D | hwc_display.h | 382 virtual HWC2::Error SetLayerType(hwc2_layer_t layer_id, IQtiComposerClient::LayerType type);
|
H A D | hwc_session.h | 256 IQtiComposerClient::LayerType type);
|
H A D | QtiComposerClient.cpp | 1805 static_cast<IQtiComposerClient::LayerType>(read())); in parseSetLayerType()
|
H A D | hwc_display.cpp | 863 HWC2::Error HWCDisplay::SetLayerType(hwc2_layer_t layer_id, IQtiComposerClient::LayerType type) { in SetLayerType()
|
H A D | hwc_session.cpp | 1043 IQtiComposerClient::LayerType type) { in SetLayerType()
|
/aosp12/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | RenderNodeDrawable.cpp | 231 SkASSERT(properties.effectiveLayerType() == LayerType::RenderLayer); in drawContent() 377 const bool isLayer = properties.effectiveLayerType() != LayerType::None; in setViewProperties()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_RenderNode.cpp | 94 LayerType layerType = static_cast<LayerType>(jlayerType); in android_view_RenderNode_setLayerType()
|
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | RenderNodeTests.cpp | 322 rootNode->mutateStagingProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()
|
H A D | RenderNodeDrawableTests.cpp | 529 child->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_SKIA_PIPELINE_TEST() 1075 layerNode->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_SKIA_PIPELINE_TEST()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | View.java | 5148 public @interface LayerType {} annotation in View 21223 public void setLayerType(@LayerType int layerType, @Nullable Paint paint) { in setLayerType() 21327 @LayerType
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 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();
|