summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2012-10-18 16:06:52 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2012-10-18 16:06:52 -0700
commit1e0ed6b2320893efdecdf300a9adf1dce3700710 (patch)
tree9de86bfecc63594f0b997f114f1963b20921b99d /api
parent3cb8d26bb0f024e8535e9e1266a5394e4f8c4628 (diff)
downloadframeworks_base-1e0ed6b2320893efdecdf300a9adf1dce3700710.zip
frameworks_base-1e0ed6b2320893efdecdf300a9adf1dce3700710.tar.gz
frameworks_base-1e0ed6b2320893efdecdf300a9adf1dce3700710.tar.bz2
Fix missing @hide on ViewGroup.resolveLayoutParams()
- as we dont need this to be public Change-Id: Ib8de262eec26d4785b13875d59599369b06a067d
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt
index aadf11f..d7f4e11 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -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);