From b89ebaa60ebae5a3c157d65e97db9fa56ba637af Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Thu, 6 Oct 2011 23:24:55 -0700 Subject: Doc change: revise API diffs. Change-Id: I28d1aeb6e785a22b610dc0984210dd921ce42ffa --- .../sdk/api_diff/14/changes/android.view.View.html | 394 +++++++++++++++++++++ 1 file changed, 394 insertions(+) create mode 100644 docs/html/sdk/api_diff/14/changes/android.view.View.html (limited to 'docs/html/sdk/api_diff/14/changes/android.view.View.html') diff --git a/docs/html/sdk/api_diff/14/changes/android.view.View.html b/docs/html/sdk/api_diff/14/changes/android.view.View.html new file mode 100644 index 0000000..38a21f7 --- /dev/null +++ b/docs/html/sdk/api_diff/14/changes/android.view.View.html @@ -0,0 +1,394 @@ + + + + + + + + + +android.view.View + + + + + + + + + + +
+
+
+

+Class android.view.View +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + boolean canScrollHorizontally(int) +  
+ + boolean canScrollVertically(int) +  
+ + AccessibilityNodeInfo createAccessibilityNodeInfo() +  
+ + boolean dispatchGenericFocusedEvent(MotionEvent) +  
+ + boolean dispatchGenericPointerEvent(MotionEvent) +  
+ + boolean dispatchHoverEvent(MotionEvent) +  
+ + void findViewsWithText(ArrayList<View>, CharSequence, int) +  
+ + boolean fitsSystemWindows() +  
+ + boolean isHovered() +  
+ + void onHoverChanged(boolean) +  
+ + boolean onHoverEvent(MotionEvent) +  
+ + void onInitializeAccessibilityEvent(AccessibilityEvent) +  
+ + void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) +  
+ + void onPopulateAccessibilityEvent(AccessibilityEvent) +  
+ + void setAccessibilityDelegate(AccessibilityDelegate) +  
+ + void setFitsSystemWindows(boolean) +  
+ + void setHovered(boolean) +  
+ + void setOnHoverListener(OnHoverListener) +  
+ + void setScrollX(int) +  
+ + void setScrollY(int) +  
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Fields +
+ + Property ALPHA +  
+ + int FIND_VIEWS_WITH_CONTENT_DESCRIPTION +  
+ + int FIND_VIEWS_WITH_TEXT +  
+ + Property ROTATION +  
+ + Property ROTATION_X +  
+ + Property ROTATION_Y +  
+ + Property SCALE_X +  
+ + Property SCALE_Y +  
+ + int SYSTEM_UI_FLAG_HIDE_NAVIGATION +  
+ + int SYSTEM_UI_FLAG_LOW_PROFILE +  
+ + int SYSTEM_UI_FLAG_VISIBLE +  
+ + Property TRANSLATION_X +  
+ + Property TRANSLATION_Y +  
+ + Property X +  
+ + Property Y +  
+  +

+ + + + + + + + + + + + + + +
Changed Fields +
+ + int STATUS_BAR_HIDDEN +Now deprecated.
+
 
+ + int STATUS_BAR_VISIBLE +Now deprecated.
+
 
+  +

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