/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 | 70 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ReverseLinearLayout 71 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | KeyguardAffordanceHelper.java | 506 public void onRtlPropertiesChanged() { in onRtlPropertiesChanged() method in KeyguardAffordanceHelper
|
D | NotificationPanelView.java | 1901 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in NotificationPanelView 1903 mAffordanceHelper.onRtlPropertiesChanged(); in onRtlPropertiesChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QuickStatusBarHeader.java | 95 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in QuickStatusBarHeader 96 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 | QSFooterImpl.java | 194 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in QSFooterImpl 195 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ImageFloatingTextView.java | 148 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ImageFloatingTextView 149 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | ViewPager.java | 2566 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { 2567 super.onRtlPropertiesChanged(layoutDirection);
|
/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 | 394 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in StatusBarIconView 395 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
|
D | SignalClusterView.java | 416 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in SignalClusterView 417 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 | 1317 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in DrawerLayout
|
/frameworks/base/core/java/android/view/ |
D | View.java | 16975 onRtlPropertiesChanged(getLayoutDirection()); 17081 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { 17254 onRtlPropertiesChanged(resolvedLayoutDirection); 23760 onRtlPropertiesChanged(getLayoutDirection()); 23997 onRtlPropertiesChanged(getLayoutDirection());
|