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 @@ -25642,7 +25642,6 @@ package android.view {
2564225642 method public void requestDisallowInterceptTouchEvent(boolean);
2564325643 method public boolean requestSendAccessibilityEvent(android.view.View, android.view.accessibility.AccessibilityEvent);
2564425644 method public void requestTransparentRegion(android.view.View);
25645- method public void resolveLayoutParams();
2564625645 method public void scheduleLayoutAnimation();
2564725646 method public void setAddStatesFromChildren(boolean);
2564825647 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