diff options
author | Philip Milne <pmilne@google.com> | 2012-05-07 11:42:57 -0700 |
---|---|---|
committer | Philip Milne <pmilne@google.com> | 2012-05-07 11:42:57 -0700 |
commit | 7bb66c9cae7847e3d58f412a73d54ee5d4bcaba0 (patch) | |
tree | 9a732a4afe88b8fbba4497b14bea8861f3aa6201 /api | |
parent | 44e3f88f2f80c7dfbe36c22878d129251ba13165 (diff) | |
download | frameworks_base-7bb66c9cae7847e3d58f412a73d54ee5d4bcaba0.zip frameworks_base-7bb66c9cae7847e3d58f412a73d54ee5d4bcaba0.tar.gz frameworks_base-7bb66c9cae7847e3d58f412a73d54ee5d4bcaba0.tar.bz2 |
Hide optical bounds feature for JB.
Change-Id: I1fe38e9c64515acd550baa930ebc0af4c139bf40
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/api/current.txt b/api/current.txt index 300a690..848d563 100644 --- a/api/current.txt +++ b/api/current.txt @@ -24594,7 +24594,6 @@ package android.view { method public android.view.View getFocusedChild(); method public android.view.animation.LayoutAnimationController getLayoutAnimation(); method public android.view.animation.Animation.AnimationListener getLayoutAnimationListener(); - method public int getLayoutMode(); method public android.animation.LayoutTransition getLayoutTransition(); method public int getPersistentDrawingCache(); method public int indexOfChild(android.view.View); @@ -24642,7 +24641,6 @@ package android.view { method public void setDescendantFocusability(int); method public void setLayoutAnimation(android.view.animation.LayoutAnimationController); method public void setLayoutAnimationListener(android.view.animation.Animation.AnimationListener); - method public void setLayoutMode(int); method public void setLayoutTransition(android.animation.LayoutTransition); method public void setMotionEventSplittingEnabled(boolean); method public void setOnHierarchyChangeListener(android.view.ViewGroup.OnHierarchyChangeListener); @@ -24654,12 +24652,10 @@ package android.view { method public void startLayoutAnimation(); method public void startViewTransition(android.view.View); method public void updateViewLayout(android.view.View, android.view.ViewGroup.LayoutParams); - field public static final int CLIP_BOUNDS = 0; // 0x0 field protected static final int CLIP_TO_PADDING_MASK = 34; // 0x22 field public static final int FOCUS_AFTER_DESCENDANTS = 262144; // 0x40000 field public static final int FOCUS_BEFORE_DESCENDANTS = 131072; // 0x20000 field public static final int FOCUS_BLOCK_DESCENDANTS = 393216; // 0x60000 - field public static final int OPTICAL_BOUNDS = 1; // 0x1 field public static final int PERSISTENT_ALL_CACHES = 3; // 0x3 field public static final int PERSISTENT_ANIMATION_CACHE = 1; // 0x1 field public static final int PERSISTENT_NO_CACHE = 0; // 0x0 |