/frameworks/opt/bitmap/src/com/android/bitmap/view/ |
D | BitmapDrawableImageView.java | 162 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in BitmapDrawableImageView 163 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ReverseLinearLayout.java | 71 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ReverseLinearLayout 72 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | KeyguardAffordanceHelper.java | 499 public void onRtlPropertiesChanged() { in onRtlPropertiesChanged() method in KeyguardAffordanceHelper
|
D | NotificationPanelView.java | 2522 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in NotificationPanelView 2524 mAffordanceHelper.onRtlPropertiesChanged(); in onRtlPropertiesChanged()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ImageFloatingTextView.java | 150 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ImageFloatingTextView 151 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | ViewPager.java | 2572 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { 2573 super.onRtlPropertiesChanged(layoutDirection);
|
/frameworks/base/core/java/android/widget/ |
D | CheckedTextView.java | 386 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in CheckedTextView 387 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | DayPickerView.java | 205 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { 206 super.onRtlPropertiesChanged(layoutDirection);
|
D | AbsSeekBar.java | 1142 public void onRtlPropertiesChanged(int layoutDirection) { 1143 super.onRtlPropertiesChanged(layoutDirection);
|
D | SimpleMonthView.java | 877 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in SimpleMonthView 878 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | ImageView.java | 1097 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method 1098 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | ExpandableListView.java | 303 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ExpandableListView
|
D | LinearLayout.java | 1683 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in LinearLayout 1684 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | Toolbar.java | 508 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in Toolbar 509 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | AbsListView.java | 3123 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method 3124 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | TextView.java | 12792 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in TextView.Drawables 12793 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSFooterImpl.java | 202 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in QSFooterImpl 203 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | PagedTileLayout.java | 100 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in PagedTileLayout 101 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | QuickStatusBarHeader.java | 282 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in QuickStatusBarHeader 283 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarIconView.java | 442 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in StatusBarIconView 443 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 19618 onRtlPropertiesChanged(getLayoutDirection()); in resolveRtlPropertiesIfNeeded() 19726 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in View 19902 onRtlPropertiesChanged(resolvedLayoutDirection); in resolvePadding() 26843 onRtlPropertiesChanged(getLayoutDirection()); in setTextDirection() 27100 onRtlPropertiesChanged(getLayoutDirection()); in setTextAlignment()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17083 HSPLandroid/view/View;->onRtlPropertiesChanged(I)V 18462 HSPLandroid/widget/AbsListView;->onRtlPropertiesChanged(I)V 18505 HSPLandroid/widget/AbsSeekBar;->onRtlPropertiesChanged(I)V 18873 HSPLandroid/widget/ImageView;->onRtlPropertiesChanged(I)V 18935 HSPLandroid/widget/LinearLayout;->onRtlPropertiesChanged(I)V 19406 HSPLandroid/widget/TextView;->onRtlPropertiesChanged(I)V 19552 HSPLandroid/widget/Toolbar;->onRtlPropertiesChanged(I)V
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33588 method public void onRtlPropertiesChanged(int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 51805 method public void onRtlPropertiesChanged(int);
|
/frameworks/base/api/ |
D | current.txt | 51949 method public void onRtlPropertiesChanged(int);
|