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

/frameworks/base/core/java/android/widget/
H A DCheckedTextView.java327 public void onRtlPropertiesChanged(int layoutDirection) { method in class:CheckedTextView
328 super.onRtlPropertiesChanged(layoutDirection);
H A DAbsSeekBar.java771 public void onRtlPropertiesChanged(int layoutDirection) { method in class:AbsSeekBar
772 super.onRtlPropertiesChanged(layoutDirection);
H A DExpandableListView.java296 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ExpandableListView
H A DImageView.java852 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ImageView
853 super.onRtlPropertiesChanged(layoutDirection);
H A DToolbar.java300 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:Toolbar
301 super.onRtlPropertiesChanged(layoutDirection);
H A DAbsListView.java2979 public void onRtlPropertiesChanged(int layoutDirection) { method in class:AbsListView
2980 super.onRtlPropertiesChanged(layoutDirection);
H A DTextView.java8939 public void onRtlPropertiesChanged(int layoutDirection) { method in class:TextView
8940 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java232 public void onRtlPropertiesChanged(int layoutDirection) { method in class:SignalClusterView
233 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java445 public void onRtlPropertiesChanged() { method in class:KeyguardAffordanceHelper
H A DNotificationPanelView.java1663 public void onRtlPropertiesChanged(int layoutDirection) { method in class:NotificationPanelView
1665 mAfforanceHelper.onRtlPropertiesChanged();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseGridView.java702 public void onRtlPropertiesChanged(int layoutDirection) { method in class:BaseGridView
703 mLayoutManager.onRtlPropertiesChanged(layoutDirection);
H A DGridLayoutManager.java405 public void onRtlPropertiesChanged(int layoutDirection) { method in class:GridLayoutManager
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java311 public void onRtlPropertiesChanged(int layoutDirection) { method in class:Toolbar
313 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/core/java/android/view/
H A DView.java13109 onRtlPropertiesChanged(getLayoutDirection());
13183 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:View
13356 onRtlPropertiesChanged(resolvedLayoutDirection);
19046 onRtlPropertiesChanged(getLayoutDirection());
19275 onRtlPropertiesChanged(getLayoutDirection());

Completed in 1383 milliseconds