summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2012-09-23 15:05:55 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-23 15:05:56 -0700
commite3f2ac9e526e5b4de4d2ae113e644c1cb14b1ce6 (patch)
tree4a50a5cf8e12e26fde635aa4edc0648265691af8 /api/current.txt
parentd392b87e3d30cd4f0836623d848019c5724efce8 (diff)
parent4457e85a7090ad51726d50a4daf981d917cceedd (diff)
downloadframeworks_base-e3f2ac9e526e5b4de4d2ae113e644c1cb14b1ce6.zip
frameworks_base-e3f2ac9e526e5b4de4d2ae113e644c1cb14b1ce6.tar.gz
frameworks_base-e3f2ac9e526e5b4de4d2ae113e644c1cb14b1ce6.tar.bz2
Merge "Fix bug #6427629 Clean up layout direction APIs" into jb-mr1-dev
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt20
1 files changed, 1 insertions, 19 deletions
diff --git a/api/current.txt b/api/current.txt
index 7eabad8..eea4a5e 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -24830,9 +24830,6 @@ package android.view {
method public void buildDrawingCache(boolean);
method public void buildLayer();
method public boolean callOnClick();
- method public boolean canResolveLayoutDirection();
- method public boolean canResolveTextAlignment();
- method public boolean canResolveTextDirection();
method public boolean canScrollHorizontally(int);
method public boolean canScrollVertically(int);
method public void cancelLongPress();
@@ -25033,7 +25030,6 @@ package android.view {
method public boolean isHovered();
method public boolean isInEditMode();
method public boolean isInTouchMode();
- method protected static boolean isLayoutDirectionRtl(java.util.Locale);
method public boolean isLayoutRequested();
method public boolean isLayoutRtl();
method public boolean isLongClickable();
@@ -25089,14 +25085,8 @@ package android.view {
method protected void onOverScrolled(int, int, boolean, boolean);
method public void onPaddingChanged(int);
method public void onPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent);
- method public void onResolveDrawables(int);
- method public void onResolvedLayoutDirectionChanged();
- method public void onResolvedLayoutDirectionReset();
- method public void onResolvedTextAlignmentChanged();
- method public void onResolvedTextAlignmentReset();
- method public void onResolvedTextDirectionChanged();
- method public void onResolvedTextDirectionReset();
method protected void onRestoreInstanceState(android.os.Parcelable);
+ method public void onRtlPropertiesChanged();
method protected android.os.Parcelable onSaveInstanceState();
method public void onScreenStateChanged(int);
method protected void onScrollChanged(int, int, int, int);
@@ -25138,16 +25128,8 @@ package android.view {
method public void requestLayout();
method public boolean requestRectangleOnScreen(android.graphics.Rect);
method public boolean requestRectangleOnScreen(android.graphics.Rect, boolean);
- method public void resetResolvedLayoutDirection();
- method public void resetResolvedTextAlignment();
- method public void resetResolvedTextDirection();
- method public void resolveDrawables();
- method public void resolveLayoutDirection();
- method public void resolvePadding();
method public static int resolveSize(int, int);
method public static int resolveSizeAndState(int, int, int);
- method public void resolveTextAlignment();
- method public void resolveTextDirection();
method public void restoreHierarchyState(android.util.SparseArray<android.os.Parcelable>);
method public void saveHierarchyState(android.util.SparseArray<android.os.Parcelable>);
method public void scheduleDrawable(android.graphics.drawable.Drawable, java.lang.Runnable, long);