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

/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/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java223 public void onRtlPropertiesChanged(int layoutDirection) { method in class:StatusBarIconView
224 super.onRtlPropertiesChanged(layoutDirection);
H A DSignalClusterView.java337 public void onRtlPropertiesChanged(int layoutDirection) { method in class:SignalClusterView
338 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/core/java/android/widget/
H A DCheckedTextView.java334 public void onRtlPropertiesChanged(int layoutDirection) { method in class:CheckedTextView
335 super.onRtlPropertiesChanged(layoutDirection);
H A DDayPickerView.java206 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:DayPickerView
207 super.onRtlPropertiesChanged(layoutDirection);
H A DAbsSeekBar.java774 public void onRtlPropertiesChanged(int layoutDirection) { method in class:AbsSeekBar
775 super.onRtlPropertiesChanged(layoutDirection);
H A DExpandableListView.java294 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ExpandableListView
H A DLinearLayout.java1596 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:LinearLayout
1597 super.onRtlPropertiesChanged(layoutDirection);
H A DSimpleMonthView.java616 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:SimpleMonthView
617 super.onRtlPropertiesChanged(layoutDirection);
H A DImageView.java922 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ImageView
923 super.onRtlPropertiesChanged(layoutDirection);
H A DToolbar.java325 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:Toolbar
326 super.onRtlPropertiesChanged(layoutDirection);
H A DAbsListView.java2992 public void onRtlPropertiesChanged(int layoutDirection) { method in class:AbsListView
2993 super.onRtlPropertiesChanged(layoutDirection);
H A DTextView.java9586 public void onRtlPropertiesChanged(int layoutDirection) { method in class:TextView
9587 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java506 public void onRtlPropertiesChanged() { method in class:KeyguardAffordanceHelper
H A DNotificationPanelView.java1913 public void onRtlPropertiesChanged(int layoutDirection) { method in class:NotificationPanelView
1915 mAfforanceHelper.onRtlPropertiesChanged();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseGridView.java839 public void onRtlPropertiesChanged(int layoutDirection) { method in class:BaseGridView
840 mLayoutManager.onRtlPropertiesChanged(layoutDirection);
H A DGridLayoutManager.java619 public void onRtlPropertiesChanged(int layoutDirection) { method in class:GridLayoutManager
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java1186 public void onRtlPropertiesChanged(int layoutDirection) { method in class:DrawerLayout
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java340 public void onRtlPropertiesChanged(int layoutDirection) { method in class:Toolbar
342 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java2575 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:ViewPager
2576 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/core/java/android/view/
H A DView.java14094 onRtlPropertiesChanged(getLayoutDirection());
14168 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:View
14341 onRtlPropertiesChanged(resolvedLayoutDirection);
20311 onRtlPropertiesChanged(getLayoutDirection());
20548 onRtlPropertiesChanged(getLayoutDirection());

Completed in 930 milliseconds