Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45c77ca0 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Fix missing @hide on ViewGroup.resolveLayoutParams()" into jb-mr1-dev

parents 0437302f 1e0ed6b2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -25642,7 +25642,6 @@ package android.view {
    method public void requestDisallowInterceptTouchEvent(boolean);
    method public boolean requestSendAccessibilityEvent(android.view.View, android.view.accessibility.AccessibilityEvent);
    method public void requestTransparentRegion(android.view.View);
    method public void resolveLayoutParams();
    method public void scheduleLayoutAnimation();
    method public void setAddStatesFromChildren(boolean);
    method public void setAlwaysDrawnWithCacheEnabled(boolean);
+3 −0
Original line number Diff line number Diff line
@@ -5358,6 +5358,9 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
        }
    }

    /**
     * @hide
     */
    @Override
    public void resolveLayoutParams() {
        super.resolveLayoutParams();