Loading libs/hwui/AnimationContext.h +2 −2 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ public: private: friend class AnimationContext; AnimationHandle(AnimationContext& context); explicit AnimationHandle(AnimationContext& context); AnimationHandle(RenderNode& animatingNode, AnimationContext& context); ~AnimationHandle(); Loading @@ -75,7 +75,7 @@ private: class AnimationContext { PREVENT_COPY_AND_ASSIGN(AnimationContext); public: ANDROID_API AnimationContext(renderthread::TimeLord& clock); ANDROID_API explicit AnimationContext(renderthread::TimeLord& clock); ANDROID_API virtual ~AnimationContext(); nsecs_t frameTimeMs() { return mFrameTimeMs; } Loading libs/hwui/AnimatorManager.h +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ class TreeInfo; class AnimatorManager { PREVENT_COPY_AND_ASSIGN(AnimatorManager); public: AnimatorManager(RenderNode& parent); explicit AnimatorManager(RenderNode& parent); ~AnimatorManager(); void addAnimator(const sp<BaseRenderNodeAnimator>& animator); Loading libs/hwui/Caches.h +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ public: return sInstance != nullptr; } private: Caches(RenderState& renderState); explicit Caches(RenderState& renderState); static Caches* sInstance; public: Loading libs/hwui/CanvasProperty.h +2 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ namespace uirenderer { class CanvasPropertyPrimitive : public VirtualLightRefBase { PREVENT_COPY_AND_ASSIGN(CanvasPropertyPrimitive); public: CanvasPropertyPrimitive(float initialValue) : value(initialValue) {} explicit CanvasPropertyPrimitive(float initialValue) : value(initialValue) {} float value; }; Loading @@ -36,7 +36,7 @@ public: class CanvasPropertyPaint : public VirtualLightRefBase { PREVENT_COPY_AND_ASSIGN(CanvasPropertyPaint); public: CanvasPropertyPaint(const SkPaint& initialValue) : value(initialValue) {} explicit CanvasPropertyPaint(const SkPaint& initialValue) : value(initialValue) {} SkPaint value; }; Loading libs/hwui/CanvasState.h +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ public: class ANDROID_API CanvasState { public: CanvasState(CanvasStateClient& renderer); explicit CanvasState(CanvasStateClient& renderer); ~CanvasState(); /** Loading Loading
libs/hwui/AnimationContext.h +2 −2 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ public: private: friend class AnimationContext; AnimationHandle(AnimationContext& context); explicit AnimationHandle(AnimationContext& context); AnimationHandle(RenderNode& animatingNode, AnimationContext& context); ~AnimationHandle(); Loading @@ -75,7 +75,7 @@ private: class AnimationContext { PREVENT_COPY_AND_ASSIGN(AnimationContext); public: ANDROID_API AnimationContext(renderthread::TimeLord& clock); ANDROID_API explicit AnimationContext(renderthread::TimeLord& clock); ANDROID_API virtual ~AnimationContext(); nsecs_t frameTimeMs() { return mFrameTimeMs; } Loading
libs/hwui/AnimatorManager.h +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ class TreeInfo; class AnimatorManager { PREVENT_COPY_AND_ASSIGN(AnimatorManager); public: AnimatorManager(RenderNode& parent); explicit AnimatorManager(RenderNode& parent); ~AnimatorManager(); void addAnimator(const sp<BaseRenderNodeAnimator>& animator); Loading
libs/hwui/Caches.h +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ public: return sInstance != nullptr; } private: Caches(RenderState& renderState); explicit Caches(RenderState& renderState); static Caches* sInstance; public: Loading
libs/hwui/CanvasProperty.h +2 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ namespace uirenderer { class CanvasPropertyPrimitive : public VirtualLightRefBase { PREVENT_COPY_AND_ASSIGN(CanvasPropertyPrimitive); public: CanvasPropertyPrimitive(float initialValue) : value(initialValue) {} explicit CanvasPropertyPrimitive(float initialValue) : value(initialValue) {} float value; }; Loading @@ -36,7 +36,7 @@ public: class CanvasPropertyPaint : public VirtualLightRefBase { PREVENT_COPY_AND_ASSIGN(CanvasPropertyPaint); public: CanvasPropertyPaint(const SkPaint& initialValue) : value(initialValue) {} explicit CanvasPropertyPaint(const SkPaint& initialValue) : value(initialValue) {} SkPaint value; }; Loading
libs/hwui/CanvasState.h +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ public: class ANDROID_API CanvasState { public: CanvasState(CanvasStateClient& renderer); explicit CanvasState(CanvasStateClient& renderer); ~CanvasState(); /** Loading