/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ReverseLinearLayout.java | 70 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ReverseLinearLayout 71 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | KeyguardAffordanceHelper.java | 508 public void onRtlPropertiesChanged() { in onRtlPropertiesChanged() method in KeyguardAffordanceHelper
|
D | NotificationPanelView.java | 1839 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in NotificationPanelView 1841 mAffordanceHelper.onRtlPropertiesChanged(); in onRtlPropertiesChanged()
|
/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/core/java/com/android/internal/widget/ |
D | ImageFloatingTextView.java | 142 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ImageFloatingTextView 143 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | ViewPager.java | 2564 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { 2565 super.onRtlPropertiesChanged(layoutDirection);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QuickStatusBarHeader.java | 97 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in QuickStatusBarHeader 98 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | PagedTileLayout.java | 71 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in PagedTileLayout 72 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | QSFooter.java | 206 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in QSFooter 207 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | PagingIndicator.java | 444 public void onRtlPropertiesChanged(int layoutDirection) { 445 super.onRtlPropertiesChanged(layoutDirection); 452 dot.onRtlPropertiesChanged(); 548 void onRtlPropertiesChanged() {
|
D | BaseGridView.java | 1087 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in BaseGridView 1088 mLayoutManager.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 | 207 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { 208 super.onRtlPropertiesChanged(layoutDirection);
|
D | AbsSeekBar.java | 1003 public void onRtlPropertiesChanged(int layoutDirection) { 1004 super.onRtlPropertiesChanged(layoutDirection);
|
D | SimpleMonthView.java | 873 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in SimpleMonthView 874 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | ImageView.java | 1041 public void onRtlPropertiesChanged(int layoutDirection) { 1042 super.onRtlPropertiesChanged(layoutDirection);
|
D | ExpandableListView.java | 294 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ExpandableListView
|
D | LinearLayout.java | 1645 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in LinearLayout 1646 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | Toolbar.java | 492 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in Toolbar 493 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarIconView.java | 381 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in StatusBarIconView 382 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | SignalClusterView.java | 417 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in SignalClusterView 418 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | TabLayout.java | 1843 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in TabLayout.SlidingTabStrip 1844 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | Toolbar.java | 480 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in Toolbar 482 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | DrawerLayout.java | 1335 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in DrawerLayout
|
/frameworks/base/core/java/android/view/ |
D | View.java | 16907 onRtlPropertiesChanged(getLayoutDirection()); 17013 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { 17186 onRtlPropertiesChanged(resolvedLayoutDirection); 23687 onRtlPropertiesChanged(getLayoutDirection()); 23924 onRtlPropertiesChanged(getLayoutDirection());
|