From f343d3df0070f2e192da0e9bc4f70f2aa38e179f Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Tue, 8 Feb 2011 11:42:32 -0800 Subject: Doc change: add diff report for API 11 Change-Id: I4cd673d1316e6f7b81ec56510029b738cd12a295 --- .../11/changes/android.view.ViewGroup.html | 189 +++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 docs/html/sdk/api_diff/11/changes/android.view.ViewGroup.html (limited to 'docs/html/sdk/api_diff/11/changes/android.view.ViewGroup.html') diff --git a/docs/html/sdk/api_diff/11/changes/android.view.ViewGroup.html b/docs/html/sdk/api_diff/11/changes/android.view.ViewGroup.html new file mode 100644 index 0000000..c014d5c --- /dev/null +++ b/docs/html/sdk/api_diff/11/changes/android.view.ViewGroup.html @@ -0,0 +1,189 @@ + + + + + + + + + +android.view.ViewGroup + + + + + + + + + + +
+
+
+

+Class android.view.ViewGroup +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + void dispatchSetActivated(boolean) +  
+ + void endViewTransition(View) +  
+ + LayoutTransition getLayoutTransition() +  
+ + boolean isMotionEventSplittingEnabled() +  
+ + void setLayoutTransition(LayoutTransition) +  
+ + void setMotionEventSplittingEnabled(boolean) +  
+ + ActionMode startActionModeForChild(View, Callback) +  
+ + void startViewTransition(View) +  
+  +

+ + + + + + + + + +
Changed Methods +
+ + void layout(int, int, int, int) + +Method was inherited from android.view.View, but is now defined locally. +  
+  + +

+ +
+
+ + + + -- cgit v1.1