Searched defs:onRtlPropertiesChanged (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DReverseLinearLayout.java70 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ReverseLinearLayout
71 super.onRtlPropertiesChanged(layoutDirection);
H A DKeyguardAffordanceHelper.java506 public void onRtlPropertiesChanged() { method in class:KeyguardAffordanceHelper
H A DNotificationPanelView.java1901 public void onRtlPropertiesChanged(int layoutDirection) { method in class:NotificationPanelView
1903 mAffordanceHelper.onRtlPropertiesChanged();
/frameworks/base/core/java/com/android/internal/widget/
H A DImageFloatingTextView.java148 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ImageFloatingTextView
149 super.onRtlPropertiesChanged(layoutDirection);
H A DViewPager.java2566 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:ViewPager
2567 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickStatusBarHeader.java95 public void onRtlPropertiesChanged(int layoutDirection) { method in class:QuickStatusBarHeader
96 super.onRtlPropertiesChanged(layoutDirection);
H A DPagedTileLayout.java71 public void onRtlPropertiesChanged(int layoutDirection) { method in class:PagedTileLayout
72 super.onRtlPropertiesChanged(layoutDirection);
H A DQSFooterImpl.java194 public void onRtlPropertiesChanged(int layoutDirection) { method in class:QSFooterImpl
195 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/opt/bitmap/src/com/android/bitmap/view/
H A DBitmapDrawableImageView.java162 public void onRtlPropertiesChanged(int layoutDirection) { method in class:BitmapDrawableImageView
163 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/core/java/android/widget/
H A DCheckedTextView.java342 public void onRtlPropertiesChanged(int layoutDirection) { method in class:CheckedTextView
343 super.onRtlPropertiesChanged(layoutDirection);
H A DDayPickerView.java207 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:DayPickerView
208 super.onRtlPropertiesChanged(layoutDirection);
H A DAbsSeekBar.java1003 public void onRtlPropertiesChanged(int layoutDirection) { method in class:AbsSeekBar
1004 super.onRtlPropertiesChanged(layoutDirection);
H A DExpandableListView.java294 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ExpandableListView
H A DLinearLayout.java1645 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:LinearLayout
1646 super.onRtlPropertiesChanged(layoutDirection);
H A DSimpleMonthView.java873 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:SimpleMonthView
874 super.onRtlPropertiesChanged(layoutDirection);
H A DImageView.java1041 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ImageView
1042 super.onRtlPropertiesChanged(layoutDirection);
H A DToolbar.java492 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:Toolbar
493 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPagingIndicator.java444 public void onRtlPropertiesChanged(int layoutDirection) { method in class:PagingIndicator
445 super.onRtlPropertiesChanged(layoutDirection);
452 dot.onRtlPropertiesChanged();
548 void onRtlPropertiesChanged() { method in class:PagingIndicator.Dot
H A DBaseGridView.java1087 public void onRtlPropertiesChanged(int layoutDirection) { method in class:BaseGridView
1088 mLayoutManager.onRtlPropertiesChanged(layoutDirection);
H A DGridLayoutManager.java691 public void onRtlPropertiesChanged(int layoutDirection) { method in class:GridLayoutManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java416 public void onRtlPropertiesChanged(int layoutDirection) { method in class:SignalClusterView
417 super.onRtlPropertiesChanged(layoutDirection);
H A DStatusBarIconView.java394 public void onRtlPropertiesChanged(int layoutDirection) { method in class:StatusBarIconView
395 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DDrawerLayout.java1317 public void onRtlPropertiesChanged(int layoutDirection) { method in class:DrawerLayout
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java1843 public void onRtlPropertiesChanged(int layoutDirection) { method in class:TabLayout.SlidingTabStrip
1844 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java480 public void onRtlPropertiesChanged(int layoutDirection) { method in class:Toolbar
482 super.onRtlPropertiesChanged(layoutDirection);

Completed in 671 milliseconds

12