Content-Length: 261101 | pFad | http://github.com/facebook/react-native/pull/49413/commits/121ef7aba51e14e5c78733f9800e73b13c2bab7a

84 Migrate `ReactClippingViewGroup` to Kotlin by mateoguzmana · Pull Request #49413 · facebook/react-native · GitHub
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate ReactClippingViewGroup to Kotlin #49413

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unnnecessary annotations for backwards compatibility
  • Loading branch information
mateoguzmana committed Feb 14, 2025
commit 121ef7aba51e14e5c78733f9800e73b13c2bab7a
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public interface ReactClippingViewGroup {
* Notify view that clipping area may have changed and it should recalculate the list of children
* that should be attached/detached. This method should be called only when property `removeClippedSubviews` is set to `true` on a view.
*
*
* CAUTION: Views are responsible for calling [updateClippingRect] on it's children.
* This should happen if child implement [ReactClippingViewGroup], return true from [getRemoveClippedSubviews] and clipping rect change of the current view may affect clipping
* rect of this child.
Expand All @@ -43,12 +42,8 @@ public interface ReactClippingViewGroup {
* Sets property `removeClippedSubviews` as a result of property update in JS. Should be
* called only from [ViewManager.updateView] method.
*
*
* Helper method [ReactClippingViewGroupHelper.applyRemoveClippedSubviewsProperty] may be
* used by [ViewManager] subclass to apply this property based on property update map [ReactStylesDiffMap].
*/
@get:Deprecated("Use removeClippedSubviews property instead", ReplaceWith("removeClippedSubviews"))
@Suppress("INAPPLICABLE_JVM_NAME")
@get:JvmName("getRemoveClippedSubviews")
public var removeClippedSubviews: Boolean
}
Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/facebook/react-native/pull/49413/commits/121ef7aba51e14e5c78733f9800e73b13c2bab7a

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy