/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
H A D | Layer.java | 45 private final LayerType layerType; field in Layer 69 LayerType layerType, long parentId, @Nullable String refId, List<Mask> masks, in Layer()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowView.java | 85 private int layerType; field in ShadowView 172 protected void setLayerType(int layerType, Paint paint) { in setLayerType() 780 void setLayerType(int layerType, Paint paint); in setLayerType()
|
H A D | ShadowRenderNode.java | 336 protected static boolean nSetLayerType(long renderNode, int layerType) { in nSetLayerType()
|
H A D | ShadowNativeRenderNodeOP.java | 130 protected static boolean nSetLayerType(long renderNode, int layerType) { in nSetLayerType()
|
H A D | ShadowNativeRenderNode.java | 180 protected static boolean nSetLayerType(long renderNode, int layerType) { in nSetLayerType()
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | RenderNode.cpp | 170 LayerType layerType = properties().effectiveLayerType(); in prepareLayer() local 185 LayerType layerType = properties().effectiveLayerType(); in pushLayerUpdate() local
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/ |
H A D | LayerRenderTypeTransaction_test.cpp | 147 void LayerRenderTypeTransactionTest::setRelativeZBasicHelper(uint32_t layerType) { in setRelativeZBasicHelper() 187 void LayerRenderTypeTransactionTest::setRelativeZGroupHelper(uint32_t layerType) { in setRelativeZGroupHelper() 397 void LayerRenderTypeTransactionTest::setAlphaBasicHelper(uint32_t layerType) { in setAlphaBasicHelper() 473 void LayerRenderTypeTransactionTest::setBackgroundColorHelper(uint32_t layerType, bool priorColor, in setBackgroundColorHelper()
|
H A D | SetFrameRate_test.cpp | 32 void CreateLayer(uint32_t layerType) { in CreateLayer()
|
H A D | TransactionTestHarnesses.h | 150 LayerTypeTransactionHarness(uint32_t layerType) : mLayerType(layerType) {} in LayerTypeTransactionHarness()
|
/aosp_15_r20/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | DisplayListLayersActivity.java | 94 LayerView(Context context, int color, int layerType, String tag) { in LayerView()
|
H A D | TransformsAndAnimationsActivity.java | 150 private void setLayerType(int layerType) { in setLayerType()
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/ |
H A D | LayerParser.java | 83 Layer.LayerType layerType = null; in parse() local
|
/aosp_15_r20/frameworks/base/libs/hwui/renderthread/ |
H A D | CacheManager.cpp | 244 const char* layerType = Properties::getRenderPipelineType() == RenderPipelineType::SkiaGL in dumpMemoryUsage() local
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
H A D | AnimatedVectorDrawableParameterizedTest.java | 116 public AnimatedVectorDrawableParameterizedTest(final int layerType) throws Throwable { in AnimatedVectorDrawableParameterizedTest()
|
/aosp_15_r20/external/armnn/src/armnnTestUtils/ |
H A D | MockBackend.cpp | 66 armnn::LayerType layerType = layer->GetType(); in IsLayerSupported() local
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | TextureView.java | 370 public void setLayerType(int layerType, @Nullable Paint paint) { in setLayerType()
|
/aosp_15_r20/external/armnn/src/armnn/ |
H A D | Layer.cpp | 508 std::string layerType = GetLayerTypeAsCString(m_Type); in SerializeLayerParameters() local
|
H A D | LoadedNetwork.cpp | 2236 const LayerType& layerType = layer->GetType(); in CreateMemoryProfileAsync() local 2363 const LayerType& layerType = layer->GetType(); in CreateMemoryProfile() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | ViewState.java | 317 int layerType = view.getLayerType(); in applyToView() local
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | RenderNode.java | 620 public boolean setLayerType(int layerType) { in setLayerType() 1781 private static native boolean nSetLayerType(long renderNode, int layerType); in nSetLayerType()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ActivatableNotificationView.java | 608 int layerType = alpha == 0.0f || alpha == 1.0f ? LAYER_TYPE_NONE : LAYER_TYPE_HARDWARE; in setAlphaAndLayerType() local
|
H A D | ExpandableView.java | 501 public void setLayerType(int layerType, Paint paint) { in setLayerType()
|
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
H A D | RenderNodeNatives.java | 89 public static native boolean nSetLayerType(long renderNode, int layerType); in nSetLayerType()
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowViewTest.java | 788 public void layerType() throws Exception { in layerType() method in ShadowViewTest
|
/aosp_15_r20/external/armnn/src/armnnDeserializer/ |
H A D | Deserializer.cpp | 285 auto layerType = graphPtr->layers()->Get(layerIndex)->layer_type(); in GetBaseLayer() local 444 auto layerType = graphPtr->layers()->Get(layerIndex)->layer_type(); in GetBindingLayerInfo() local 2000 auto layerType = graph->layers()->Get(layerIndex)->layer_type(); in GetOriginsDescriptor() local
|