diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2012-03-01 16:37:17 -0800 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2012-03-01 17:34:56 -0800 |
commit | dd3ef2c573396271c7c3b71e30fbd10cf66d3bc0 (patch) | |
tree | 00b2a85f32de432e7fc52472d6f6d5275781e664 /api | |
parent | f64a6d53468fd7aabe19d4c74ce205c55f19e870 (diff) | |
download | frameworks_base-dd3ef2c573396271c7c3b71e30fbd10cf66d3bc0.zip frameworks_base-dd3ef2c573396271c7c3b71e30fbd10cf66d3bc0.tar.gz frameworks_base-dd3ef2c573396271c7c3b71e30fbd10cf66d3bc0.tar.bz2 |
Improve RTL APIs
- follow changed / reset pattern
Change-Id: I1c5e9b39196029bd78add2ab13b984da124822ca
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/api/current.txt b/api/current.txt index 4a607cb..d683da1 100644 --- a/api/current.txt +++ b/api/current.txt @@ -23344,10 +23344,12 @@ package android.view { method protected void onLayout(boolean, int, int, int, int); method protected void onMeasure(int, int); method protected void onOverScrolled(int, int, boolean, boolean); + method public void onPaddingChanged(int); method public void onPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent); - method public void onResetResolvedTextDirection(); - method public void onResolvePadding(int); - method public void onResolveTextDirection(); + method public void onResolvedLayoutDirectionChanged(); + method public void onResolvedLayoutDirectionReset(); + method public void onResolvedTextDirectionChanged(); + method public void onResolvedTextDirectionReset(); method protected void onRestoreInstanceState(android.os.Parcelable); method protected android.os.Parcelable onSaveInstanceState(); method protected void onScrollChanged(int, int, int, int); |