File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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);
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments