Skip to content

Commit 8de328c

Browse files
Fabrice Di MeglioAndroid Git Automerger
authored andcommitted
am 45c77ca: Merge "Fix missing @hide on ViewGroup.resolveLayoutParams()" into jb-mr1-dev
* commit '45c77ca0f6afd568ff6d149e17fb43c684e51722': Fix missing @hide on ViewGroup.resolveLayoutParams()
2 parents 193229a + 45c77ca commit 8de328c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

api/current.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25661,7 +25661,6 @@ package android.view {
2566125661
method public void requestDisallowInterceptTouchEvent(boolean);
2566225662
method public boolean requestSendAccessibilityEvent(android.view.View, android.view.accessibility.AccessibilityEvent);
2566325663
method public void requestTransparentRegion(android.view.View);
25664-
method public void resolveLayoutParams();
2566525664
method public void scheduleLayoutAnimation();
2566625665
method public void setAddStatesFromChildren(boolean);
2566725666
method public void setAlwaysDrawnWithCacheEnabled(boolean);

core/java/android/view/ViewGroup.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5358,6 +5358,9 @@ protected void resolveDrawables() {
53585358
}
53595359
}
53605360

5361+
/**
5362+
* @hide
5363+
*/
53615364
@Override
53625365
public void resolveLayoutParams() {
53635366
super.resolveLayoutParams();

0 commit comments

Comments
 (0)