/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/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | PagingIndicator.java | 398 public void onRtlPropertiesChanged(int layoutDirection) { 399 super.onRtlPropertiesChanged(layoutDirection); 406 dot.onRtlPropertiesChanged(); 502 void onRtlPropertiesChanged() {
|
D | BaseGridView.java | 917 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in BaseGridView 918 mLayoutManager.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | GridLayoutManager.java | 656 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in GridLayoutManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | PagedTileLayout.java | 71 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in PagedTileLayout 72 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | QSContainer.java | 83 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in QSContainer 84 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
/frameworks/base/core/java/android/widget/ |
D | CheckedTextView.java | 342 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in CheckedTextView 343 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | DayPickerView.java | 206 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { 207 super.onRtlPropertiesChanged(layoutDirection);
|
D | AbsSeekBar.java | 983 public void onRtlPropertiesChanged(int layoutDirection) { 984 super.onRtlPropertiesChanged(layoutDirection);
|
D | SimpleMonthView.java | 872 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in SimpleMonthView 873 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | ImageView.java | 960 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ImageView 961 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | ExpandableListView.java | 294 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ExpandableListView
|
D | LinearLayout.java | 1595 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in LinearLayout 1596 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | Toolbar.java | 471 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in Toolbar 472 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | AbsListView.java | 3051 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method 3052 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarIconView.java | 255 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in StatusBarIconView 256 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | NotificationSettingsIconRow.java | 242 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in NotificationSettingsIconRow
|
D | SignalClusterView.java | 389 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in SignalClusterView 390 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | QuickStatusBarHeader.java | 146 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in QuickStatusBarHeader 147 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | KeyguardAffordanceHelper.java | 506 public void onRtlPropertiesChanged() { in onRtlPropertiesChanged() method in KeyguardAffordanceHelper
|
D | NotificationPanelView.java | 1767 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in NotificationPanelView 1769 mAfforanceHelper.onRtlPropertiesChanged(); in onRtlPropertiesChanged()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | Toolbar.java | 483 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in Toolbar 485 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ViewPager.java | 2591 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { 2592 super.onRtlPropertiesChanged(layoutDirection);
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | DrawerLayout.java | 1334 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in DrawerLayout
|
/frameworks/base/core/java/android/view/ |
D | View.java | 14957 onRtlPropertiesChanged(getLayoutDirection()); in resolveRtlPropertiesIfNeeded() 15031 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method 15204 onRtlPropertiesChanged(resolvedLayoutDirection); in resolvePadding() 21361 onRtlPropertiesChanged(getLayoutDirection()); in setTextDirection() 21598 onRtlPropertiesChanged(getLayoutDirection()); in setTextAlignment()
|