summaryrefslogtreecommitdiffstats
path: root/api/system-current.txt
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2015-06-18 17:20:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-18 17:20:44 +0000
commit2a1f91641895c3193204655bea2f67eb0fe6c439 (patch)
tree29f2cf51fed2eda27a9e6d0f6ae041b908cfba4d /api/system-current.txt
parent91870fa281c736b59fb8481e4469da51397c586d (diff)
parent6690d018b9c08757d20182170948a3cba961e84c (diff)
downloadframeworks_base-2a1f91641895c3193204655bea2f67eb0fe6c439.zip
frameworks_base-2a1f91641895c3193204655bea2f67eb0fe6c439.tar.gz
frameworks_base-2a1f91641895c3193204655bea2f67eb0fe6c439.tar.bz2
Merge "Un-hide ViewGroup#onViewAdded/onViewRemoved" into mnc-dev
Diffstat (limited to 'api/system-current.txt')
-rw-r--r--api/system-current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index f3ba7b1..8a99eaf 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -39097,6 +39097,8 @@ package android.view {
method public boolean onRequestSendAccessibilityEvent(android.view.View, android.view.accessibility.AccessibilityEvent);
method public boolean onStartNestedScroll(android.view.View, android.view.View, int);
method public void onStopNestedScroll(android.view.View);
+ method public void onViewAdded(android.view.View);
+ method public void onViewRemoved(android.view.View);
method public void recomputeViewAttributes(android.view.View);
method public void removeAllViews();
method public void removeAllViewsInLayout();